#db102d

Color #DB102D Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #DB102D

Tints of Crimson #DB102D

Color information

#DB102D (or 0xDB102D) is unknown color: approx Crimson. HEX triplet: DB, 10 and 2D. RGB value is (219,16,45). Sum of RGB (Red+Green+Blue) = 219+16+45=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB102D is #24EFD2. Grayscale: #505050. Windows color (decimal): -2420691 or 2953435. OLE color: 2953435.

HSL color Cylindrical-coordinate representation of color #DB102D: hue angle of 351.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB102D is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB2191645-
CMYK00.930.790.14
HSL351.43º86.38%46.08%-
HSV(B)351.43º92.69%85.88%-
XYZ29.8715.623.92-
YUV80108.25227.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 78.21%
GREEN value IS 16 (6.64% from 255) = 5.71%
BLUE value IS 45 (17.97% from 255) = 16.07%
R=78.21%
G=5.71%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219164500.930.790.14351.4386.3846.08
HexDB102D05D4FE15f562e
Octal333205501351171653712656
Binary110110111000010110101011101100111111101010111111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db102d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db102d; }

 p { color: rgb(219,16,45); }

 H1.HeaderClassName
 {
   color: #db102d;
 }
 .AnyTagClassName
 {
   color: #db102d;
 }
</style>
background-color css

<style>
 a { background-color: #db102d; }

 a { background-color: rgb(219,16,45); }

 div.DivClassName
 {
   background-color: #db102d;
 }
 .BgClassName
 {
   background-color: #db102d;
 }
</style>
border-color css

<style>
 span { border-color: #db102d; }

 span { border-color: rgb(219,16,45); }

 td.TdClassName
 {
   border-color: #db102d;
 }
 .TagClassName
 {
   border-color: #db102d;
 }
</style>