Html Css Color HEX #DA4024 Cinnabar

📋 copy color: '#DA4024'

red 218 ◦ green 64 ◦ blue 36

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

Shades of Cinnabar #DA4024

Tints of Cinnabar #DA4024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 68.55%
G = 20.13%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA4024 (or 0xDA4024) is known color: Cinnabar. HEX triplet: DA, 40 and 24. RGB value is (218,64,36). Sum of RGB (Red+Green+Blue) = 218+64+36=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4024 is #25BFDB. Grayscale: #6B6B6B. Windows color (decimal): -2473948 or 2375898. OLE color: 2375898.

HSL color Cylindrical-coordinate representation of color #DA4024: hue angle of 9.23º 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 #DA4024 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 36 -
CMYK 0 0.71 0.83 0.15
HSL 9.23º 0.72% 0.5% -
HSV(B) 9.23º 0.83% 0.85% -
XYZ 31.07 18.7 3.64 -
YUV 106.85 88.02 207.28 -
System Red Green Blue C M Y K H S L
Decimal 218 64 36 0 0.71 0.83 0.15 9.23 0.72 0.5
Hex DA 40 24 0 47 53 F 9 48 32
Octal 332 100 44 0 107 123 17 11 110 62
Binary 11011010 1000000 100100 0 1000111 1010011 1111 1001 1001000 110010

Color Harmonies of #DA4024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4024

Black with #DA4024

Text Example


Text Example

White with #DA4024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4024; }

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

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

background-color css

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

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

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

border-color css

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

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

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