Html Css Color HEX #E0492A Cinnabar

📋 copy color: '#E0492A'

red 224 ◦ green 73 ◦ blue 42

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

Shades of Cinnabar #E0492A

Tints of Cinnabar #E0492A

RGB

 RED value IS 224 (87.89% from 255) = 66.08%

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

 BLUE value IS 42 (16.8% from 255) = 12.39%

R = 66.08%
G = 21.53%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0492A (or 0xE0492A) is known color: Cinnabar. HEX triplet: E0, 49 and 2A. RGB value is (224,73,42). Sum of RGB (Red+Green+Blue) = 224+73+42=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0492A is #1FB6D5. Grayscale: #727272. Windows color (decimal): -2078422 or 2771424. OLE color: 2771424.

HSL color Cylindrical-coordinate representation of color #E0492A: hue angle of 10.22º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0492A is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 73 42 -
CMYK 0 0.67 0.81 0.12
HSL 10.22º 0.75% 0.52% -
HSV(B) 10.22º 0.81% 0.88% -
XYZ 33.54 20.78 4.43 -
YUV 114.62 87.03 206.02 -
System Red Green Blue C M Y K H S L
Decimal 224 73 42 0 0.67 0.81 0.12 10.22 0.75 0.52
Hex E0 49 2A 0 43 51 C A 4B 34
Octal 340 111 52 0 103 121 14 12 113 64
Binary 11100000 1001001 101010 0 1000011 1010001 1100 1010 1001011 110100

Color Harmonies of #E0492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0492A

Black with #E0492A

Text Example


Text Example

White with #E0492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0492A; }

 p { color: rgb(224,73,42); }

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

background-color css

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

 a { background-color: rgb(224,73,42); }

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

border-color css

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

 span { border-color: rgb(224,73,42); }

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