Html Css Color HEX #EC5225 Cinnabar

📋 copy color: '#EC5225'

red 236 ◦ green 82 ◦ blue 37

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

Shades of Cinnabar #EC5225

Tints of Cinnabar #EC5225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.42%

R = 66.48%
G = 23.1%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC5225 (or 0xEC5225) is known color: Cinnabar. HEX triplet: EC, 52 and 25. RGB value is (236,82,37). Sum of RGB (Red+Green+Blue) = 236+82+37=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5225 is #13ADDA. Grayscale: #7B7B7B. Windows color (decimal): -1289691 or 2446060. OLE color: 2446060.

HSL color Cylindrical-coordinate representation of color #EC5225: hue angle of 13.57º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC5225 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 82 37 -
CMYK 0 0.65 0.84 0.07
HSL 13.57º 0.84% 0.54% -
HSV(B) 13.57º 0.84% 0.93% -
XYZ 37.94 24 4.38 -
YUV 122.92 79.52 208.66 -
System Red Green Blue C M Y K H S L
Decimal 236 82 37 0 0.65 0.84 0.07 13.57 0.84 0.54
Hex EC 52 25 0 41 54 7 E 54 36
Octal 354 122 45 0 101 124 7 16 124 66
Binary 11101100 1010010 100101 0 1000001 1010100 111 1110 1010100 110110

Color Harmonies of #EC5225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5225

Black with #EC5225

Text Example


Text Example

White with #EC5225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5225; }

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

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

background-color css

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

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

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

border-color css

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

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

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