#DB1442

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

Shades of Crimson #DB1442

Tints of Crimson #DB1442

Color information

#DB1442 (or 0xDB1442) is unknown color: approx Crimson. HEX triplet: DB, 14 and 42. RGB value is (219,20,66). Sum of RGB (Red+Green+Blue) = 219+20+66=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1442 is #24EBBD. Grayscale: #545454. Windows color (decimal): -2419646 or 4330715. OLE color: 4330715.

HSL color Cylindrical-coordinate representation of color #DB1442: hue angle of 346.13º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1442 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB2192066-
CMYK00.910.700.14
HSL346.13º83.26%46.86%-
HSV(B)346.13º90.87%85.88%-
XYZ30.4515.956.63-
YUV84.74117.43223.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 71.80%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=71.80%
G=6.56%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219206600.910.700.14346.1383.2646.86
HexDB144205B46E15a532f
Octal3332410201331061653212357
Binary1101101110100100001001011011100011011101010110101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1442; }

 p { color: rgb(219,20,66); }

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

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

 a { background-color: rgb(219,20,66); }

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

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

 span { border-color: rgb(219,20,66); }

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