Html Css Color HEX #DA4424 Cinnabar

📋 copy color: '#DA4424'

red 218 ◦ green 68 ◦ blue 36

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

Shades of Cinnabar #DA4424

Tints of Cinnabar #DA4424

RGB

 RED value IS 218 (85.55% from 255) = 67.7%

 GREEN value IS 68 (26.95% from 255) = 21.12%

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

R = 67.7%
G = 21.12%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA4424 (or 0xDA4424) is known color: Cinnabar. HEX triplet: DA, 44 and 24. RGB value is (218,68,36). Sum of RGB (Red+Green+Blue) = 218+68+36=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4424 is #25BBDB. Grayscale: #6D6D6D. Windows color (decimal): -2472924 or 2376922. OLE color: 2376922.

HSL color Cylindrical-coordinate representation of color #DA4424: hue angle of 10.55º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA4424 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 68 36 -
CMYK 0 0.69 0.83 0.15
HSL 10.55º 0.72% 0.5% -
HSV(B) 10.55º 0.83% 0.85% -
XYZ 31.3 19.17 3.72 -
YUV 109.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 218 68 36 0 0.69 0.83 0.15 10.55 0.72 0.5
Hex DA 44 24 0 45 53 F B 48 32
Octal 332 104 44 0 105 123 17 13 110 62
Binary 11011010 1000100 100100 0 1000101 1010011 1111 1011 1001000 110010

Color Harmonies of #DA4424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4424

Black with #DA4424

Text Example


Text Example

White with #DA4424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4424; }

 p { color: rgb(218,68,36); }

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

background-color css

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

 a { background-color: rgb(218,68,36); }

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

border-color css

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

 span { border-color: rgb(218,68,36); }

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