Html Css Color HEX #DA4324 Cinnabar

📋 copy color: '#DA4324'

red 218 ◦ green 67 ◦ blue 36

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

Shades of Cinnabar #DA4324

Tints of Cinnabar #DA4324

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

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

R = 67.91%
G = 20.87%
B = 11.21%

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

#DA4324 (or 0xDA4324) is known color: Cinnabar. HEX triplet: DA, 43 and 24. RGB value is (218,67,36). Sum of RGB (Red+Green+Blue) = 218+67+36=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4324 is #25BCDB. Grayscale: #6C6C6C. Windows color (decimal): -2473180 or 2376666. OLE color: 2376666.

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

Color convert

RGB 218 67 36 -
CMYK 0 0.69 0.83 0.15
HSL 10.22º 0.72% 0.5% -
HSV(B) 10.22º 0.83% 0.85% -
XYZ 31.24 19.05 3.7 -
YUV 108.62 87.03 206.02 -
System Red Green Blue C M Y K H S L
Decimal 218 67 36 0 0.69 0.83 0.15 10.22 0.72 0.5
Hex DA 43 24 0 45 53 F A 48 32
Octal 332 103 44 0 105 123 17 12 110 62
Binary 11011010 1000011 100100 0 1000101 1010011 1111 1010 1001000 110010

Color Harmonies of #DA4324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4324

Black with #DA4324

Text Example


Text Example

White with #DA4324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4324; }

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

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

background-color css

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

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

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

border-color css

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

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

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