Html Css Color HEX #DB3936 Cinnabar

📋 copy color: '#DB3936'

red 219 ◦ green 57 ◦ blue 54

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

Shades of Cinnabar #DB3936

Tints of Cinnabar #DB3936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.36%

R = 66.36%
G = 17.27%
B = 16.36%

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

#DB3936 (or 0xDB3936) is known color: Cinnabar. HEX triplet: DB, 39 and 36. RGB value is (219,57,54). Sum of RGB (Red+Green+Blue) = 219+57+54=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3936 is #24C6C9. Grayscale: #696969. Windows color (decimal): -2410186 or 3553755. OLE color: 3553755.

HSL color Cylindrical-coordinate representation of color #DB3936: hue angle of 1.09º degrees, saturation: 0.7, 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 #DB3936 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 54 -
CMYK 0 0.74 0.75 0.14
HSL 1.09º 0.7% 0.54% -
HSV(B) 1.09º 0.75% 0.86% -
XYZ 31.34 18.25 5.36 -
YUV 105.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 219 57 54 0 0.74 0.75 0.14 1.09 0.7 0.54
Hex DB 39 36 0 4A 4B E 1 46 36
Octal 333 71 66 0 112 113 16 1 106 66
Binary 11011011 111001 110110 0 1001010 1001011 1110 1 1000110 110110

Color Harmonies of #DB3936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3936

Black with #DB3936

Text Example


Text Example

White with #DB3936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3936; }

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

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

background-color css

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

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

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

border-color css

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

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

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