Html Css Color HEX #EC4229 Cinnabar

📋 copy color: '#EC4229'

red 236 ◦ green 66 ◦ blue 41

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

Shades of Cinnabar #EC4229

Tints of Cinnabar #EC4229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.95%

R = 68.8%
G = 19.24%
B = 11.95%

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

#EC4229 (or 0xEC4229) is known color: Cinnabar. HEX triplet: EC, 42 and 29. RGB value is (236,66,41). Sum of RGB (Red+Green+Blue) = 236+66+41=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4229 is #13BDD6. Grayscale: #727272. Windows color (decimal): -1293783 or 2704108. OLE color: 2704108.

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

Color convert

RGB 236 66 41 -
CMYK 0 0.72 0.83 0.07
HSL 7.69º 0.84% 0.54% -
HSV(B) 7.69º 0.83% 0.93% -
XYZ 36.94 21.89 4.38 -
YUV 113.98 86.82 215.03 -
System Red Green Blue C M Y K H S L
Decimal 236 66 41 0 0.72 0.83 0.07 7.69 0.84 0.54
Hex EC 42 29 0 48 53 7 8 54 36
Octal 354 102 51 0 110 123 7 10 124 66
Binary 11101100 1000010 101001 0 1001000 1010011 111 1000 1010100 110110

Color Harmonies of #EC4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4229

Black with #EC4229

Text Example


Text Example

White with #EC4229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4229; }

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

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

background-color css

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

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

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

border-color css

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

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

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