Html Css Color HEX #EC502C Cinnabar

📋 copy color: '#EC502C'

red 236 ◦ green 80 ◦ blue 44

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

Shades of Cinnabar #EC502C

Tints of Cinnabar #EC502C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 65.56%
G = 22.22%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC502C (or 0xEC502C) is known color: Cinnabar. HEX triplet: EC, 50 and 2C. RGB value is (236,80,44). Sum of RGB (Red+Green+Blue) = 236+80+44=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC502C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC502C is #13AFD3. Grayscale: #7A7A7A. Windows color (decimal): -1290196 or 2904300. OLE color: 2904300.

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

Color convert

RGB 236 80 44 -
CMYK 0 0.66 0.81 0.07
HSL 11.25º 0.83% 0.55% -
HSV(B) 11.25º 0.81% 0.93% -
XYZ 37.92 23.75 4.97 -
YUV 122.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 236 80 44 0 0.66 0.81 0.07 11.25 0.83 0.55
Hex EC 50 2C 0 42 51 7 B 53 37
Octal 354 120 54 0 102 121 7 13 123 67
Binary 11101100 1010000 101100 0 1000010 1010001 111 1011 1010011 110111

Color Harmonies of #EC502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC502C

Black with #EC502C

Text Example


Text Example

White with #EC502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC502C; }

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

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

background-color css

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

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

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

border-color css

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

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

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