Html Css Color HEX #DB4724 Cinnabar

📋 copy color: '#DB4724'

red 219 ◦ green 71 ◦ blue 36

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

Shades of Cinnabar #DB4724

Tints of Cinnabar #DB4724

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 67.18%
G = 21.78%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB4724 (or 0xDB4724) is known color: Cinnabar. HEX triplet: DB, 47 and 24. RGB value is (219,71,36). Sum of RGB (Red+Green+Blue) = 219+71+36=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4724 is #24B8DB. Grayscale: #6F6F6F. Windows color (decimal): -2406620 or 2377691. OLE color: 2377691.

HSL color Cylindrical-coordinate representation of color #DB4724: hue angle of 11.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB4724 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 71 36 -
CMYK 0 0.68 0.84 0.14
HSL 11.48º 0.72% 0.5% -
HSV(B) 11.48º 0.84% 0.86% -
XYZ 31.79 19.69 3.8 -
YUV 111.26 85.53 204.85 -
System Red Green Blue C M Y K H S L
Decimal 219 71 36 0 0.68 0.84 0.14 11.48 0.72 0.5
Hex DB 47 24 0 44 54 E B 48 32
Octal 333 107 44 0 104 124 16 13 110 62
Binary 11011011 1000111 100100 0 1000100 1010100 1110 1011 1001000 110010

Color Harmonies of #DB4724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4724

Black with #DB4724

Text Example


Text Example

White with #DB4724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4724; }

 p { color: rgb(219,71,36); }

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

background-color css

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

 a { background-color: rgb(219,71,36); }

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

border-color css

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

 span { border-color: rgb(219,71,36); }

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