Html Css Color HEX #DB0442 Crimson

📋 copy color: '#DB0442'

red 219 ◦ green 4 ◦ blue 66

#DB0442
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #DB0442

Tints of Crimson #DB0442

RGB

 RED value IS 219 (85.94% from 255) = 75.78%

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 75.78%
G = 1.38%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB0442 (or 0xDB0442) is known color: Crimson. HEX triplet: DB, 04 and 42. RGB value is (219,4,66). Sum of RGB (Red+Green+Blue) = 219+4+66=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0442 is #24FBBD. Grayscale: #4B4B4B. Windows color (decimal): -2423742 or 4326619. OLE color: 4326619.

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

Color convert

RGB 219 4 66 -
CMYK 0 0.98 0.70 0.14
HSL 342.7º 0.96% 0.44% -
HSV(B) 342.7º 0.98% 0.86% -
XYZ 30.24 15.54 6.56 -
YUV 75.35 122.73 230.46 -
System Red Green Blue C M Y K H S L
Decimal 219 4 66 0 0.98 0.70 0.14 342.7 0.96 0.44
Hex DB 4 42 0 62 46 E 157 60 2C
Octal 333 4 102 0 142 106 16 527 140 54
Binary 11011011 100 1000010 0 1100010 1000110 1110 101010111 1100000 101100

Color Harmonies of #DB0442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0442

Black with #DB0442

Text Example


Text Example

White with #DB0442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0442; }

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

 H1.HeaderClassName
 {
   color: #DB0442;
 }
 .AnyTagClassName
 {
   color: #DB0442;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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