Html Css Color HEX #EC4019 Cinnabar

📋 copy color: '#EC4019'

red 236 ◦ green 64 ◦ blue 25

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

Shades of Cinnabar #EC4019

Tints of Cinnabar #EC4019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.69%

R = 72.62%
G = 19.69%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC4019 (or 0xEC4019) is known color: Cinnabar. HEX triplet: EC, 40 and 19. RGB value is (236,64,25). Sum of RGB (Red+Green+Blue) = 236+64+25=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4019 is #13BFE6. Grayscale: #6F6F6F. Windows color (decimal): -1294311 or 1655020. OLE color: 1655020.

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

Color convert

RGB 236 64 25 -
CMYK 0 0.73 0.89 0.07
HSL 11.09º 0.85% 0.51% -
HSV(B) 11.09º 0.89% 0.93% -
XYZ 36.6 21.57 3.15 -
YUV 110.98 79.48 217.17 -
System Red Green Blue C M Y K H S L
Decimal 236 64 25 0 0.73 0.89 0.07 11.09 0.85 0.51
Hex EC 40 19 0 49 59 7 B 55 33
Octal 354 100 31 0 111 131 7 13 125 63
Binary 11101100 1000000 11001 0 1001001 1011001 111 1011 1010101 110011

Color Harmonies of #EC4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4019

Black with #EC4019

Text Example


Text Example

White with #EC4019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4019; }

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

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

background-color css

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

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

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

border-color css

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

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

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