Html Css Color HEX #EC492D Cinnabar

📋 copy color: '#EC492D'

red 236 ◦ green 73 ◦ blue 45

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

Shades of Cinnabar #EC492D

Tints of Cinnabar #EC492D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 66.67%
G = 20.62%
B = 12.71%

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

#EC492D (or 0xEC492D) is known color: Cinnabar. HEX triplet: EC, 49 and 2D. RGB value is (236,73,45). Sum of RGB (Red+Green+Blue) = 236+73+45=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC492D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC492D is #13B6D2. Grayscale: #767676. Windows color (decimal): -1291987 or 2968044. OLE color: 2968044.

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

Color convert

RGB 236 73 45 -
CMYK 0 0.69 0.81 0.07
HSL 8.8º 0.83% 0.55% -
HSV(B) 8.8º 0.81% 0.93% -
XYZ 37.45 22.79 4.91 -
YUV 118.55 86.5 211.78 -
System Red Green Blue C M Y K H S L
Decimal 236 73 45 0 0.69 0.81 0.07 8.8 0.83 0.55
Hex EC 49 2D 0 45 51 7 9 53 37
Octal 354 111 55 0 105 121 7 11 123 67
Binary 11101100 1001001 101101 0 1000101 1010001 111 1001 1010011 110111

Color Harmonies of #EC492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC492D

Black with #EC492D

Text Example


Text Example

White with #EC492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC492D; }

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

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

background-color css

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

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

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

border-color css

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

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

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