Html Css Color HEX #EC4227 Cinnabar

📋 copy color: '#EC4227'

red 236 ◦ green 66 ◦ blue 39

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

Shades of Cinnabar #EC4227

Tints of Cinnabar #EC4227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

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

R = 69.21%
G = 19.35%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC4227 (or 0xEC4227) is known color: Cinnabar. HEX triplet: EC, 42 and 27. RGB value is (236,66,39). Sum of RGB (Red+Green+Blue) = 236+66+39=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4227 is #13BDD8. Grayscale: #727272. Windows color (decimal): -1293785 or 2573036. OLE color: 2573036.

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

Color convert

RGB 236 66 39 -
CMYK 0 0.72 0.83 0.07
HSL 8.22º 0.84% 0.54% -
HSV(B) 8.22º 0.83% 0.93% -
XYZ 36.91 21.88 4.2 -
YUV 113.75 85.82 215.2 -
System Red Green Blue C M Y K H S L
Decimal 236 66 39 0 0.72 0.83 0.07 8.22 0.84 0.54
Hex EC 42 27 0 48 53 7 8 54 36
Octal 354 102 47 0 110 123 7 10 124 66
Binary 11101100 1000010 100111 0 1001000 1010011 111 1000 1010100 110110

Color Harmonies of #EC4227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4227

Black with #EC4227

Text Example


Text Example

White with #EC4227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4227; }

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

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

background-color css

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

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

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

border-color css

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

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

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