Html Css Color HEX #EC5231 Cinnabar

📋 copy color: '#EC5231'

red 236 ◦ green 82 ◦ blue 49

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

Shades of Cinnabar #EC5231

Tints of Cinnabar #EC5231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.35%

R = 64.31%
G = 22.34%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC5231 (or 0xEC5231) is known color: Cinnabar. HEX triplet: EC, 52 and 31. RGB value is (236,82,49). Sum of RGB (Red+Green+Blue) = 236+82+49=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5231 is #13ADCE. Grayscale: #7C7C7C. Windows color (decimal): -1289679 or 3232492. OLE color: 3232492.

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

Color convert

RGB 236 82 49 -
CMYK 0 0.65 0.79 0.07
HSL 10.59º 0.83% 0.56% -
HSV(B) 10.59º 0.79% 0.93% -
XYZ 38.16 24.09 5.54 -
YUV 124.28 85.52 207.68 -
System Red Green Blue C M Y K H S L
Decimal 236 82 49 0 0.65 0.79 0.07 10.59 0.83 0.56
Hex EC 52 31 0 41 4F 7 B 53 38
Octal 354 122 61 0 101 117 7 13 123 70
Binary 11101100 1010010 110001 0 1000001 1001111 111 1011 1010011 111000

Color Harmonies of #EC5231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5231

Black with #EC5231

Text Example


Text Example

White with #EC5231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5231; }

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

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

background-color css

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

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

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

border-color css

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

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

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