Html Css Color HEX #EC492E Cinnabar

📋 copy color: '#EC492E'

red 236 ◦ green 73 ◦ blue 46

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

Shades of Cinnabar #EC492E

Tints of Cinnabar #EC492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.96%

R = 66.48%
G = 20.56%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC492E (or 0xEC492E) is known color: Cinnabar. HEX triplet: EC, 49 and 2E. RGB value is (236,73,46). Sum of RGB (Red+Green+Blue) = 236+73+46=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC492E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC492E is #13B6D1. Grayscale: #767676. Windows color (decimal): -1291986 or 3033580. OLE color: 3033580.

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

Color convert

RGB 236 73 46 -
CMYK 0 0.69 0.81 0.07
HSL 8.53º 0.83% 0.55% -
HSV(B) 8.53º 0.81% 0.93% -
XYZ 37.47 22.8 5.01 -
YUV 118.66 87 211.7 -
System Red Green Blue C M Y K H S L
Decimal 236 73 46 0 0.69 0.81 0.07 8.53 0.83 0.55
Hex EC 49 2E 0 45 51 7 9 53 37
Octal 354 111 56 0 105 121 7 11 123 67
Binary 11101100 1001001 101110 0 1000101 1010001 111 1001 1010011 110111

Color Harmonies of #EC492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC492E

Black with #EC492E

Text Example


Text Example

White with #EC492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC492E; }

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

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

background-color css

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

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

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

border-color css

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

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

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