Html Css Color HEX #EC492F Cinnabar

📋 copy color: '#EC492F'

red 236 ◦ green 73 ◦ blue 47

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

Shades of Cinnabar #EC492F

Tints of Cinnabar #EC492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 66.29%
G = 20.51%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC492F (or 0xEC492F) is known color: Cinnabar. HEX triplet: EC, 49 and 2F. RGB value is (236,73,47). Sum of RGB (Red+Green+Blue) = 236+73+47=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC492F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC492F is #13B6D0. Grayscale: #777777. Windows color (decimal): -1291985 or 3099116. OLE color: 3099116.

HSL color Cylindrical-coordinate representation of color #EC492F: hue angle of 8.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC492F is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 73 47 -
CMYK 0 0.69 0.80 0.07
HSL 8.25º 0.83% 0.55% -
HSV(B) 8.25º 0.8% 0.93% -
XYZ 37.49 22.8 5.11 -
YUV 118.77 87.5 211.61 -
System Red Green Blue C M Y K H S L
Decimal 236 73 47 0 0.69 0.80 0.07 8.25 0.83 0.55
Hex EC 49 2F 0 45 50 7 8 53 37
Octal 354 111 57 0 105 120 7 10 123 67
Binary 11101100 1001001 101111 0 1000101 1010000 111 1000 1010011 110111

Color Harmonies of #EC492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC492F

Black with #EC492F

Text Example


Text Example

White with #EC492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC492F; }

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

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

background-color css

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

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

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

border-color css

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

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

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