Html Css Color HEX #EC542B Cinnabar

📋 copy color: '#EC542B'

red 236 ◦ green 84 ◦ blue 43

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

Shades of Cinnabar #EC542B

Tints of Cinnabar #EC542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.85%

R = 65.01%
G = 23.14%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC542B (or 0xEC542B) is known color: Cinnabar. HEX triplet: EC, 54 and 2B. RGB value is (236,84,43). Sum of RGB (Red+Green+Blue) = 236+84+43=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC542B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC542B is #13ABD4. Grayscale: #7D7D7D. Windows color (decimal): -1289173 or 2839788. OLE color: 2839788.

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

Color convert

RGB 236 84 43 -
CMYK 0 0.64 0.82 0.07
HSL 12.75º 0.84% 0.55% -
HSV(B) 12.75º 0.82% 0.93% -
XYZ 38.2 24.35 4.97 -
YUV 124.77 81.86 207.33 -
System Red Green Blue C M Y K H S L
Decimal 236 84 43 0 0.64 0.82 0.07 12.75 0.84 0.55
Hex EC 54 2B 0 40 52 7 D 54 37
Octal 354 124 53 0 100 122 7 15 124 67
Binary 11101100 1010100 101011 0 1000000 1010010 111 1101 1010100 110111

Color Harmonies of #EC542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC542B

Black with #EC542B

Text Example


Text Example

White with #EC542B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC542B; }

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

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

background-color css

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

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

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

border-color css

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

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

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