Html Css Color HEX #EC5229 Cinnabar

📋 copy color: '#EC5229'

red 236 ◦ green 82 ◦ blue 41

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

Shades of Cinnabar #EC5229

Tints of Cinnabar #EC5229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.84%

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

R = 65.74%
G = 22.84%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC5229 (or 0xEC5229) is known color: Cinnabar. HEX triplet: EC, 52 and 29. RGB value is (236,82,41). Sum of RGB (Red+Green+Blue) = 236+82+41=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5229 is #13ADD6. Grayscale: #7B7B7B. Windows color (decimal): -1289687 or 2708204. OLE color: 2708204.

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

Color convert

RGB 236 82 41 -
CMYK 0 0.65 0.83 0.07
HSL 12.62º 0.84% 0.54% -
HSV(B) 12.62º 0.83% 0.93% -
XYZ 38.01 24.03 4.73 -
YUV 123.37 81.52 208.33 -
System Red Green Blue C M Y K H S L
Decimal 236 82 41 0 0.65 0.83 0.07 12.62 0.84 0.54
Hex EC 52 29 0 41 53 7 D 54 36
Octal 354 122 51 0 101 123 7 15 124 66
Binary 11101100 1010010 101001 0 1000001 1010011 111 1101 1010100 110110

Color Harmonies of #EC5229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5229

Black with #EC5229

Text Example


Text Example

White with #EC5229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5229; }

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

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

background-color css

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

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

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

border-color css

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

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

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