Html Css Color HEX #DB4836 Cinnabar

📋 copy color: '#DB4836'

red 219 ◦ green 72 ◦ blue 54

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

Shades of Cinnabar #DB4836

Tints of Cinnabar #DB4836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.87%

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

R = 63.48%
G = 20.87%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB4836 (or 0xDB4836) is known color: Cinnabar. HEX triplet: DB, 48 and 36. RGB value is (219,72,54). Sum of RGB (Red+Green+Blue) = 219+72+54=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4836 is #24B7C9. Grayscale: #727272. Windows color (decimal): -2406346 or 3557595. OLE color: 3557595.

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

Color convert

RGB 219 72 54 -
CMYK 0 0.67 0.75 0.14
HSL 6.55º 0.7% 0.54% -
HSV(B) 6.55º 0.75% 0.86% -
XYZ 32.2 19.96 5.65 -
YUV 113.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 219 72 54 0 0.67 0.75 0.14 6.55 0.7 0.54
Hex DB 48 36 0 43 4B E 7 46 36
Octal 333 110 66 0 103 113 16 7 106 66
Binary 11011011 1001000 110110 0 1000011 1001011 1110 111 1000110 110110

Color Harmonies of #DB4836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4836

Black with #DB4836

Text Example


Text Example

White with #DB4836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4836; }

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

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

background-color css

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

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

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

border-color css

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

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

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