Html Css Color HEX #EC4119 Cinnabar

📋 copy color: '#EC4119'

red 236 ◦ green 65 ◦ blue 25

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

Shades of Cinnabar #EC4119

Tints of Cinnabar #EC4119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

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

R = 72.39%
G = 19.94%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC4119 (or 0xEC4119) is known color: Cinnabar. HEX triplet: EC, 41 and 19. RGB value is (236,65,25). Sum of RGB (Red+Green+Blue) = 236+65+25=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4119 is #13BEE6. Grayscale: #6F6F6F. Windows color (decimal): -1294055 or 1655276. OLE color: 1655276.

HSL color Cylindrical-coordinate representation of color #EC4119: hue angle of 11.37º 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 #EC4119 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 25 -
CMYK 0 0.72 0.89 0.07
HSL 11.37º 0.85% 0.51% -
HSV(B) 11.37º 0.89% 0.93% -
XYZ 36.66 21.68 3.17 -
YUV 111.57 79.15 216.75 -
System Red Green Blue C M Y K H S L
Decimal 236 65 25 0 0.72 0.89 0.07 11.37 0.85 0.51
Hex EC 41 19 0 48 59 7 B 55 33
Octal 354 101 31 0 110 131 7 13 125 63
Binary 11101100 1000001 11001 0 1001000 1011001 111 1011 1010101 110011

Color Harmonies of #EC4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4119

Black with #EC4119

Text Example


Text Example

White with #EC4119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4119; }

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

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

background-color css

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

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

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

border-color css

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

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

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