Html Css Color HEX #EC503A Cinnabar

📋 copy color: '#EC503A'

red 236 ◦ green 80 ◦ blue 58

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

Shades of Cinnabar #EC503A

Tints of Cinnabar #EC503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 63.1%
G = 21.39%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC503A (or 0xEC503A) is known color: Cinnabar. HEX triplet: EC, 50 and 3A. RGB value is (236,80,58). Sum of RGB (Red+Green+Blue) = 236+80+58=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC503A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC503A is #13AFC5. Grayscale: #7C7C7C. Windows color (decimal): -1290182 or 3821804. OLE color: 3821804.

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

Color convert

RGB 236 80 58 -
CMYK 0 0.66 0.75 0.07
HSL 7.42º 0.82% 0.58% -
HSV(B) 7.42º 0.75% 0.93% -
XYZ 38.22 23.88 6.6 -
YUV 124.14 90.68 207.79 -
System Red Green Blue C M Y K H S L
Decimal 236 80 58 0 0.66 0.75 0.07 7.42 0.82 0.58
Hex EC 50 3A 0 42 4B 7 7 52 3A
Octal 354 120 72 0 102 113 7 7 122 72
Binary 11101100 1010000 111010 0 1000010 1001011 111 111 1010010 111010

Color Harmonies of #EC503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC503A

Black with #EC503A

Text Example


Text Example

White with #EC503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC503A; }

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

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

background-color css

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

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

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

border-color css

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

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

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