#DB1133

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

Shades of Crimson #DB1133

Tints of Crimson #DB1133

Color information

#DB1133 (or 0xDB1133) is unknown color: approx Crimson. HEX triplet: DB, 11 and 33. RGB value is (219,17,51). Sum of RGB (Red+Green+Blue) = 219+17+51=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1133 is #24EECC. Grayscale: #515151. Windows color (decimal): -2420429 or 3346907. OLE color: 3346907.

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

Color convert

RGB2191751-
CMYK00.920.770.14
HSL349.9º85.59%46.27%-
HSV(B)349.9º92.24%85.88%-
XYZ30.0115.74.58-
YUV81.27110.92226.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 76.31%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=76.31%
G=5.92%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219175100.920.770.14349.985.5946.27
HexDB113305C4DE15e562e
Octal333216301341151653612656
Binary110110111000111001101011100100110111101010111101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1133; }

 p { color: rgb(219,17,51); }

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

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

 a { background-color: rgb(219,17,51); }

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

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

 span { border-color: rgb(219,17,51); }

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