Html Css Color HEX #EC5228 Cinnabar

📋 copy color: '#EC5228'

red 236 ◦ green 82 ◦ blue 40

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

Shades of Cinnabar #EC5228

Tints of Cinnabar #EC5228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 65.92%
G = 22.91%
B = 11.17%

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

#EC5228 (or 0xEC5228) is known color: Cinnabar. HEX triplet: EC, 52 and 28. RGB value is (236,82,40). Sum of RGB (Red+Green+Blue) = 236+82+40=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5228 is #13ADD7. Grayscale: #7B7B7B. Windows color (decimal): -1289688 or 2642668. OLE color: 2642668.

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

Color convert

RGB 236 82 40 -
CMYK 0 0.65 0.83 0.07
HSL 12.86º 0.84% 0.54% -
HSV(B) 12.86º 0.83% 0.93% -
XYZ 37.99 24.02 4.64 -
YUV 123.26 81.02 208.42 -
System Red Green Blue C M Y K H S L
Decimal 236 82 40 0 0.65 0.83 0.07 12.86 0.84 0.54
Hex EC 52 28 0 41 53 7 D 54 36
Octal 354 122 50 0 101 123 7 15 124 66
Binary 11101100 1010010 101000 0 1000001 1010011 111 1101 1010100 110110

Color Harmonies of #EC5228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5228

Black with #EC5228

Text Example


Text Example

White with #EC5228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5228; }

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

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

background-color css

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

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

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

border-color css

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

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

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