Html Css Color HEX #EC4027 Cinnabar

📋 copy color: '#EC4027'

red 236 ◦ green 64 ◦ blue 39

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

Shades of Cinnabar #EC4027

Tints of Cinnabar #EC4027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.5%

R = 69.62%
G = 18.88%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC4027 (or 0xEC4027) is known color: Cinnabar. HEX triplet: EC, 40 and 27. RGB value is (236,64,39). Sum of RGB (Red+Green+Blue) = 236+64+39=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4027 is #13BFD8. Grayscale: #707070. Windows color (decimal): -1294297 or 2572524. OLE color: 2572524.

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

Color convert

RGB 236 64 39 -
CMYK 0 0.73 0.83 0.07
HSL 7.61º 0.84% 0.54% -
HSV(B) 7.61º 0.83% 0.93% -
XYZ 36.79 21.65 4.16 -
YUV 112.58 86.48 216.03 -
System Red Green Blue C M Y K H S L
Decimal 236 64 39 0 0.73 0.83 0.07 7.61 0.84 0.54
Hex EC 40 27 0 49 53 7 8 54 36
Octal 354 100 47 0 111 123 7 10 124 66
Binary 11101100 1000000 100111 0 1001001 1010011 111 1000 1010100 110110

Color Harmonies of #EC4027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4027

Black with #EC4027

Text Example


Text Example

White with #EC4027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4027; }

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

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

background-color css

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

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

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

border-color css

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

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

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