Html Css Color HEX #DB1B42 Crimson

📋 copy color: '#DB1B42'

red 219 ◦ green 27 ◦ blue 66

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

Shades of Crimson #DB1B42

Tints of Crimson #DB1B42

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.65%

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

R = 70.19%
G = 8.65%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB1B42 (or 0xDB1B42) is known color: Crimson. HEX triplet: DB, 1B and 42. RGB value is (219,27,66). Sum of RGB (Red+Green+Blue) = 219+27+66=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1B42 is #24E4BD. Grayscale: #585858. Windows color (decimal): -2417854 or 4332507. OLE color: 4332507.

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

Color convert

RGB 219 27 66 -
CMYK 0 0.88 0.70 0.14
HSL 347.81º 0.78% 0.48% -
HSV(B) 347.81º 0.88% 0.86% -
XYZ 30.59 16.24 6.68 -
YUV 88.85 115.11 220.83 -
System Red Green Blue C M Y K H S L
Decimal 219 27 66 0 0.88 0.70 0.14 347.81 0.78 0.48
Hex DB 1B 42 0 58 46 E 15C 4E 30
Octal 333 33 102 0 130 106 16 534 116 60
Binary 11011011 11011 1000010 0 1011000 1000110 1110 101011100 1001110 110000

Color Harmonies of #DB1B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B42

Black with #DB1B42

Text Example


Text Example

White with #DB1B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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