Html Css Color HEX #EC5431 Cinnabar

📋 copy color: '#EC5431'

red 236 ◦ green 84 ◦ blue 49

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

Shades of Cinnabar #EC5431

Tints of Cinnabar #EC5431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.76%

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

R = 63.96%
G = 22.76%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC5431 (or 0xEC5431) is known color: Cinnabar. HEX triplet: EC, 54 and 31. RGB value is (236,84,49). Sum of RGB (Red+Green+Blue) = 236+84+49=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5431 is #13ABCE. Grayscale: #7D7D7D. Windows color (decimal): -1289167 or 3233004. OLE color: 3233004.

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

Color convert

RGB 236 84 49 -
CMYK 0 0.64 0.79 0.07
HSL 11.23º 0.83% 0.56% -
HSV(B) 11.23º 0.79% 0.93% -
XYZ 38.32 24.4 5.59 -
YUV 125.46 84.86 206.85 -
System Red Green Blue C M Y K H S L
Decimal 236 84 49 0 0.64 0.79 0.07 11.23 0.83 0.56
Hex EC 54 31 0 40 4F 7 B 53 38
Octal 354 124 61 0 100 117 7 13 123 70
Binary 11101100 1010100 110001 0 1000000 1001111 111 1011 1010011 111000

Color Harmonies of #EC5431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5431

Black with #EC5431

Text Example


Text Example

White with #EC5431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5431; }

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

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

background-color css

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

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

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

border-color css

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

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

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