Html Css Color HEX #DB3929 Cinnabar

📋 copy color: '#DB3929'

red 219 ◦ green 57 ◦ blue 41

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

Shades of Cinnabar #DB3929

Tints of Cinnabar #DB3929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 69.09%
G = 17.98%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB3929 (or 0xDB3929) is known color: Cinnabar. HEX triplet: DB, 39 and 29. RGB value is (219,57,41). Sum of RGB (Red+Green+Blue) = 219+57+41=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3929 is #24C6D6. Grayscale: #676767. Windows color (decimal): -2410199 or 2701787. OLE color: 2701787.

HSL color Cylindrical-coordinate representation of color #DB3929: hue angle of 5.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB3929 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 41 -
CMYK 0 0.74 0.81 0.14
HSL 5.39º 0.71% 0.51% -
HSV(B) 5.39º 0.81% 0.86% -
XYZ 31.08 18.15 3.96 -
YUV 103.61 92.67 210.3 -
System Red Green Blue C M Y K H S L
Decimal 219 57 41 0 0.74 0.81 0.14 5.39 0.71 0.51
Hex DB 39 29 0 4A 51 E 5 47 33
Octal 333 71 51 0 112 121 16 5 107 63
Binary 11011011 111001 101001 0 1001010 1010001 1110 101 1000111 110011

Color Harmonies of #DB3929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3929

Black with #DB3929

Text Example


Text Example

White with #DB3929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3929; }

 p { color: rgb(219,57,41); }

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

background-color css

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

 a { background-color: rgb(219,57,41); }

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

border-color css

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

 span { border-color: rgb(219,57,41); }

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