Html Css Color HEX #DB4924 Cinnabar

📋 copy color: '#DB4924'

red 219 ◦ green 73 ◦ blue 36

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

Shades of Cinnabar #DB4924

Tints of Cinnabar #DB4924

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

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

R = 66.77%
G = 22.26%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB4924 (or 0xDB4924) is known color: Cinnabar. HEX triplet: DB, 49 and 24. RGB value is (219,73,36). Sum of RGB (Red+Green+Blue) = 219+73+36=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4924 is #24B6DB. Grayscale: #707070. Windows color (decimal): -2406108 or 2378203. OLE color: 2378203.

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

Color convert

RGB 219 73 36 -
CMYK 0 0.67 0.84 0.14
HSL 12.13º 0.72% 0.5% -
HSV(B) 12.13º 0.84% 0.86% -
XYZ 31.91 19.95 3.84 -
YUV 112.44 84.87 204.01 -
System Red Green Blue C M Y K H S L
Decimal 219 73 36 0 0.67 0.84 0.14 12.13 0.72 0.5
Hex DB 49 24 0 43 54 E C 48 32
Octal 333 111 44 0 103 124 16 14 110 62
Binary 11011011 1001001 100100 0 1000011 1010100 1110 1100 1001000 110010

Color Harmonies of #DB4924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4924

Black with #DB4924

Text Example


Text Example

White with #DB4924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4924; }

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

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

background-color css

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

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

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

border-color css

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

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

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