Html Css Color HEX #EC5138 Cinnabar

📋 copy color: '#EC5138'

red 236 ◦ green 81 ◦ blue 56

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

Shades of Cinnabar #EC5138

Tints of Cinnabar #EC5138

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.72%

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 63.27%
G = 21.72%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC5138 (or 0xEC5138) is known color: Cinnabar. HEX triplet: EC, 51 and 38. RGB value is (236,81,56). Sum of RGB (Red+Green+Blue) = 236+81+56=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5138 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5138 is #13AEC7. Grayscale: #7C7C7C. Windows color (decimal): -1289928 or 3690988. OLE color: 3690988.

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

Color convert

RGB 236 81 56 -
CMYK 0 0.66 0.76 0.07
HSL 8.33º 0.83% 0.57% -
HSV(B) 8.33º 0.76% 0.93% -
XYZ 38.25 24 6.36 -
YUV 124.5 89.35 207.53 -
System Red Green Blue C M Y K H S L
Decimal 236 81 56 0 0.66 0.76 0.07 8.33 0.83 0.57
Hex EC 51 38 0 42 4C 7 8 53 39
Octal 354 121 70 0 102 114 7 10 123 71
Binary 11101100 1010001 111000 0 1000010 1001100 111 1000 1010011 111001

Color Harmonies of #EC5138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5138

Black with #EC5138

Text Example


Text Example

White with #EC5138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5138; }

 p { color: rgb(236,81,56); }

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

background-color css

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

 a { background-color: rgb(236,81,56); }

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

border-color css

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

 span { border-color: rgb(236,81,56); }

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