Html Css Color HEX #E0120C Red

📋 copy color: '#E0120C'

red 224 ◦ green 18 ◦ blue 12

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

Shades of Red #E0120C

Tints of Red #E0120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 88.19%
G = 7.09%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0120C (or 0xE0120C) is known color: Red. HEX triplet: E0, 12 and 0C. RGB value is (224,18,12). Sum of RGB (Red+Green+Blue) = 224+18+12=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E0120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0120C is #1FEDF3. Grayscale: #4F4F4F. Windows color (decimal): -2092532 or 791264. OLE color: 791264.

HSL color Cylindrical-coordinate representation of color #E0120C: hue angle of 1.7º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0120C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 18 12 -
CMYK 0 0.92 0.95 0.12
HSL 1.7º 0.9% 0.46% -
HSV(B) 1.7º 0.95% 0.88% -
XYZ 31.02 16.31 1.86 -
YUV 78.91 90.25 231.49 -
System Red Green Blue C M Y K H S L
Decimal 224 18 12 0 0.92 0.95 0.12 1.7 0.9 0.46
Hex E0 12 C 0 5C 5F C 2 5A 2E
Octal 340 22 14 0 134 137 14 2 132 56
Binary 11100000 10010 1100 0 1011100 1011111 1100 10 1011010 101110

Color Harmonies of #E0120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0120C

Black with #E0120C

Text Example


Text Example

White with #E0120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0120C; }

 p { color: rgb(224,18,12); }

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

background-color css

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

 a { background-color: rgb(224,18,12); }

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

border-color css

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

 span { border-color: rgb(224,18,12); }

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