Html Css Color HEX #DB3736 Cinnabar

📋 copy color: '#DB3736'

red 219 ◦ green 55 ◦ blue 54

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

Shades of Cinnabar #DB3736

Tints of Cinnabar #DB3736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.77%

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

R = 66.77%
G = 16.77%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB3736 (or 0xDB3736) is known color: Cinnabar. HEX triplet: DB, 37 and 36. RGB value is (219,55,54). Sum of RGB (Red+Green+Blue) = 219+55+54=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3736 is #24C8C9. Grayscale: #686868. Windows color (decimal): -2410698 or 3553243. OLE color: 3553243.

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

Color convert

RGB 219 55 54 -
CMYK 0 0.75 0.75 0.14
HSL 0.36º 0.7% 0.54% -
HSV(B) 0.36º 0.75% 0.86% -
XYZ 31.25 18.06 5.33 -
YUV 103.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 219 55 54 0 0.75 0.75 0.14 0.36 0.7 0.54
Hex DB 37 36 0 4B 4B E 0 46 36
Octal 333 67 66 0 113 113 16 0 106 66
Binary 11011011 110111 110110 0 1001011 1001011 1110 0 1000110 110110

Color Harmonies of #DB3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3736

Black with #DB3736

Text Example


Text Example

White with #DB3736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3736; }

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

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

background-color css

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

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

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

border-color css

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

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

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