Html Css Color HEX #EC493F Cinnabar

📋 copy color: '#EC493F'

red 236 ◦ green 73 ◦ blue 63

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

Shades of Cinnabar #EC493F

Tints of Cinnabar #EC493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.62%

 BLUE value IS 63 (25% from 255) = 16.94%

R = 63.44%
G = 19.62%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC493F (or 0xEC493F) is known color: Cinnabar. HEX triplet: EC, 49 and 3F. RGB value is (236,73,63). Sum of RGB (Red+Green+Blue) = 236+73+63=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC493F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC493F is #13B6C0. Grayscale: #787878. Windows color (decimal): -1291969 or 4147692. OLE color: 4147692.

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

Color convert

RGB 236 73 63 -
CMYK 0 0.69 0.73 0.07
HSL 3.47º 0.82% 0.59% -
HSV(B) 3.47º 0.73% 0.93% -
XYZ 37.87 22.96 7.14 -
YUV 120.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 236 73 63 0 0.69 0.73 0.07 3.47 0.82 0.59
Hex EC 49 3F 0 45 49 7 3 52 3B
Octal 354 111 77 0 105 111 7 3 122 73
Binary 11101100 1001001 111111 0 1000101 1001001 111 11 1010010 111011

Color Harmonies of #EC493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC493F

Black with #EC493F

Text Example


Text Example

White with #EC493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC493F; }

 p { color: rgb(236,73,63); }

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

background-color css

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

 a { background-color: rgb(236,73,63); }

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

border-color css

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

 span { border-color: rgb(236,73,63); }

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