Html Css Color HEX #E01210 Red

📋 copy color: '#E01210'

red 224 ◦ green 18 ◦ blue 16

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

Shades of Red #E01210

Tints of Red #E01210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 86.82%
G = 6.98%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E01210 (or 0xE01210) is known color: Red. HEX triplet: E0, 12 and 10. RGB value is (224,18,16). Sum of RGB (Red+Green+Blue) = 224+18+16=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E01210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01210 is #1FEDEF. Grayscale: #4F4F4F. Windows color (decimal): -2092528 or 1053408. OLE color: 1053408.

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

Color convert

RGB 224 18 16 -
CMYK 0 0.92 0.93 0.12
HSL 0.58º 0.87% 0.47% -
HSV(B) 0.58º 0.93% 0.88% -
XYZ 31.05 16.32 2 -
YUV 79.37 92.25 231.16 -
System Red Green Blue C M Y K H S L
Decimal 224 18 16 0 0.92 0.93 0.12 0.58 0.87 0.47
Hex E0 12 10 0 5C 5D C 1 57 2F
Octal 340 22 20 0 134 135 14 1 127 57
Binary 11100000 10010 10000 0 1011100 1011101 1100 1 1010111 101111

Color Harmonies of #E01210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01210

Black with #E01210

Text Example


Text Example

White with #E01210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01210; }

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

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

background-color css

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

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

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

border-color css

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

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

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