Html Css Color HEX #DA4624 Cinnabar

📋 copy color: '#DA4624'

red 218 ◦ green 70 ◦ blue 36

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

Shades of Cinnabar #DA4624

Tints of Cinnabar #DA4624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 67.28%
G = 21.6%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA4624 (or 0xDA4624) is known color: Cinnabar. HEX triplet: DA, 46 and 24. RGB value is (218,70,36). Sum of RGB (Red+Green+Blue) = 218+70+36=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4624 is #25B9DB. Grayscale: #6E6E6E. Windows color (decimal): -2472412 or 2377434. OLE color: 2377434.

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

Color convert

RGB 218 70 36 -
CMYK 0 0.68 0.83 0.15
HSL 11.21º 0.72% 0.5% -
HSV(B) 11.21º 0.83% 0.85% -
XYZ 31.42 19.41 3.76 -
YUV 110.38 86.03 204.76 -
System Red Green Blue C M Y K H S L
Decimal 218 70 36 0 0.68 0.83 0.15 11.21 0.72 0.5
Hex DA 46 24 0 44 53 F B 48 32
Octal 332 106 44 0 104 123 17 13 110 62
Binary 11011010 1000110 100100 0 1000100 1010011 1111 1011 1001000 110010

Color Harmonies of #DA4624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4624

Black with #DA4624

Text Example


Text Example

White with #DA4624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4624; }

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

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

background-color css

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

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

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

border-color css

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

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

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