Html Css Color HEX #EC502F Cinnabar

📋 copy color: '#EC502F'

red 236 ◦ green 80 ◦ blue 47

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

Shades of Cinnabar #EC502F

Tints of Cinnabar #EC502F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.04%

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 65.01%
G = 22.04%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC502F (or 0xEC502F) is known color: Cinnabar. HEX triplet: EC, 50 and 2F. RGB value is (236,80,47). Sum of RGB (Red+Green+Blue) = 236+80+47=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC502F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC502F is #13AFD0. Grayscale: #7B7B7B. Windows color (decimal): -1290193 or 3100908. OLE color: 3100908.

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

Color convert

RGB 236 80 47 -
CMYK 0 0.66 0.80 0.07
HSL 10.48º 0.83% 0.55% -
HSV(B) 10.48º 0.8% 0.93% -
XYZ 37.97 23.78 5.28 -
YUV 122.88 85.18 208.68 -
System Red Green Blue C M Y K H S L
Decimal 236 80 47 0 0.66 0.80 0.07 10.48 0.83 0.55
Hex EC 50 2F 0 42 50 7 A 53 37
Octal 354 120 57 0 102 120 7 12 123 67
Binary 11101100 1010000 101111 0 1000010 1010000 111 1010 1010011 110111

Color Harmonies of #EC502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC502F

Black with #EC502F

Text Example


Text Example

White with #EC502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC502F; }

 p { color: rgb(236,80,47); }

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

background-color css

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

 a { background-color: rgb(236,80,47); }

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

border-color css

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

 span { border-color: rgb(236,80,47); }

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