Html Css Color HEX #EC502B Cinnabar

📋 copy color: '#EC502B'

red 236 ◦ green 80 ◦ blue 43

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

Shades of Cinnabar #EC502B

Tints of Cinnabar #EC502B

RGB

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

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

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

R = 65.74%
G = 22.28%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC502B (or 0xEC502B) is known color: Cinnabar. HEX triplet: EC, 50 and 2B. RGB value is (236,80,43). Sum of RGB (Red+Green+Blue) = 236+80+43=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC502B is #13AFD4. Grayscale: #7A7A7A. Windows color (decimal): -1290197 or 2838764. OLE color: 2838764.

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

Color convert

RGB 236 80 43 -
CMYK 0 0.66 0.82 0.07
HSL 11.5º 0.84% 0.55% -
HSV(B) 11.5º 0.82% 0.93% -
XYZ 37.9 23.74 4.87 -
YUV 122.43 83.18 209.01 -
System Red Green Blue C M Y K H S L
Decimal 236 80 43 0 0.66 0.82 0.07 11.5 0.84 0.55
Hex EC 50 2B 0 42 52 7 C 54 37
Octal 354 120 53 0 102 122 7 14 124 67
Binary 11101100 1010000 101011 0 1000010 1010010 111 1100 1010100 110111

Color Harmonies of #EC502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC502B

Black with #EC502B

Text Example


Text Example

White with #EC502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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