Html Css Color HEX #DB4A24 Cinnabar

📋 copy color: '#DB4A24'

red 219 ◦ green 74 ◦ blue 36

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

Shades of Cinnabar #DB4A24

Tints of Cinnabar #DB4A24

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.49%

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

R = 66.57%
G = 22.49%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB4A24 (or 0xDB4A24) is known color: Cinnabar. HEX triplet: DB, 4A and 24. RGB value is (219,74,36). Sum of RGB (Red+Green+Blue) = 219+74+36=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A24 is #24B5DB. Grayscale: #717171. Windows color (decimal): -2405852 or 2378459. OLE color: 2378459.

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

Color convert

RGB 219 74 36 -
CMYK 0 0.66 0.84 0.14
HSL 12.46º 0.72% 0.5% -
HSV(B) 12.46º 0.84% 0.86% -
XYZ 31.98 20.09 3.86 -
YUV 113.02 84.54 203.59 -
System Red Green Blue C M Y K H S L
Decimal 219 74 36 0 0.66 0.84 0.14 12.46 0.72 0.5
Hex DB 4A 24 0 42 54 E C 48 32
Octal 333 112 44 0 102 124 16 14 110 62
Binary 11011011 1001010 100100 0 1000010 1010100 1110 1100 1001000 110010

Color Harmonies of #DB4A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A24

Black with #DB4A24

Text Example


Text Example

White with #DB4A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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