Html Css Color HEX #EC5227 Cinnabar

📋 copy color: '#EC5227'

red 236 ◦ green 82 ◦ blue 39

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

Shades of Cinnabar #EC5227

Tints of Cinnabar #EC5227

RGB

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

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

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

R = 66.11%
G = 22.97%
B = 10.92%

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

#EC5227 (or 0xEC5227) is known color: Cinnabar. HEX triplet: EC, 52 and 27. RGB value is (236,82,39). Sum of RGB (Red+Green+Blue) = 236+82+39=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5227 is #13ADD8. Grayscale: #7B7B7B. Windows color (decimal): -1289689 or 2577132. OLE color: 2577132.

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

Color convert

RGB 236 82 39 -
CMYK 0 0.65 0.83 0.07
HSL 13.1º 0.84% 0.54% -
HSV(B) 13.1º 0.83% 0.93% -
XYZ 37.98 24.01 4.55 -
YUV 123.14 80.52 208.5 -
System Red Green Blue C M Y K H S L
Decimal 236 82 39 0 0.65 0.83 0.07 13.1 0.84 0.54
Hex EC 52 27 0 41 53 7 D 54 36
Octal 354 122 47 0 101 123 7 15 124 66
Binary 11101100 1010010 100111 0 1000001 1010011 111 1101 1010100 110110

Color Harmonies of #EC5227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5227

Black with #EC5227

Text Example


Text Example

White with #EC5227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5227; }

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

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

background-color css

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

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

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

border-color css

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

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

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