Html Css Color HEX #DB3937 Cinnabar

📋 copy color: '#DB3937'

red 219 ◦ green 57 ◦ blue 55

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

Shades of Cinnabar #DB3937

Tints of Cinnabar #DB3937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.62%

R = 66.16%
G = 17.22%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB3937 (or 0xDB3937) is known color: Cinnabar. HEX triplet: DB, 39 and 37. RGB value is (219,57,55). Sum of RGB (Red+Green+Blue) = 219+57+55=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3937 is #24C6C8. Grayscale: #696969. Windows color (decimal): -2410185 or 3619291. OLE color: 3619291.

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

Color convert

RGB 219 57 55 -
CMYK 0 0.74 0.75 0.14
HSL 0.73º 0.69% 0.54% -
HSV(B) 0.73º 0.75% 0.86% -
XYZ 31.37 18.26 5.49 -
YUV 105.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 219 57 55 0 0.74 0.75 0.14 0.73 0.69 0.54
Hex DB 39 37 0 4A 4B E 1 45 36
Octal 333 71 67 0 112 113 16 1 105 66
Binary 11011011 111001 110111 0 1001010 1001011 1110 1 1000101 110110

Color Harmonies of #DB3937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3937

Black with #DB3937

Text Example


Text Example

White with #DB3937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3937; }

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

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

background-color css

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

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

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

border-color css

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

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

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