Html Css Color HEX #EC542E Cinnabar

📋 copy color: '#EC542E'

red 236 ◦ green 84 ◦ blue 46

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

Shades of Cinnabar #EC542E

Tints of Cinnabar #EC542E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.57%

R = 64.48%
G = 22.95%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC542E (or 0xEC542E) is known color: Cinnabar. HEX triplet: EC, 54 and 2E. RGB value is (236,84,46). Sum of RGB (Red+Green+Blue) = 236+84+46=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC542E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC542E is #13ABD1. Grayscale: #7D7D7D. Windows color (decimal): -1289170 or 3036396. OLE color: 3036396.

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

Color convert

RGB 236 84 46 -
CMYK 0 0.64 0.81 0.07
HSL 12º 0.83% 0.55% -
HSV(B) 12º 0.81% 0.93% -
XYZ 38.26 24.37 5.27 -
YUV 125.12 83.36 207.09 -
System Red Green Blue C M Y K H S L
Decimal 236 84 46 0 0.64 0.81 0.07 12 0.83 0.55
Hex EC 54 2E 0 40 51 7 C 53 37
Octal 354 124 56 0 100 121 7 14 123 67
Binary 11101100 1010100 101110 0 1000000 1010001 111 1100 1010011 110111

Color Harmonies of #EC542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC542E

Black with #EC542E

Text Example


Text Example

White with #EC542E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC542E; }

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

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

background-color css

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

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

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

border-color css

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

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

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