Html Css Color HEX #EC4024 Cinnabar

📋 copy color: '#EC4024'

red 236 ◦ green 64 ◦ blue 36

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

Shades of Cinnabar #EC4024

Tints of Cinnabar #EC4024

RGB

 RED value IS 236 (92.58% from 255) = 70.24%

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

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

R = 70.24%
G = 19.05%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC4024 (or 0xEC4024) is known color: Cinnabar. HEX triplet: EC, 40 and 24. RGB value is (236,64,36). Sum of RGB (Red+Green+Blue) = 236+64+36=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4024 is #13BFDB. Grayscale: #707070. Windows color (decimal): -1294300 or 2375916. OLE color: 2375916.

HSL color Cylindrical-coordinate representation of color #EC4024: hue angle of 8.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC4024 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 64 36 -
CMYK 0 0.73 0.85 0.07
HSL 8.4º 0.84% 0.53% -
HSV(B) 8.4º 0.85% 0.93% -
XYZ 36.74 21.63 3.91 -
YUV 112.24 84.98 216.28 -
System Red Green Blue C M Y K H S L
Decimal 236 64 36 0 0.73 0.85 0.07 8.4 0.84 0.53
Hex EC 40 24 0 49 55 7 8 54 35
Octal 354 100 44 0 111 125 7 10 124 65
Binary 11101100 1000000 100100 0 1001001 1010101 111 1000 1010100 110101

Color Harmonies of #EC4024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4024

Black with #EC4024

Text Example


Text Example

White with #EC4024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4024; }

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

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

background-color css

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

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

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

border-color css

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

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

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