Html Css Color HEX #E0100F Red

📋 copy color: '#E0100F'

red 224 ◦ green 16 ◦ blue 15

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

Shades of Red #E0100F

Tints of Red #E0100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

 BLUE value IS 15 (6.25% from 255) = 5.88%

R = 87.84%
G = 6.27%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0100F (or 0xE0100F) is known color: Red. HEX triplet: E0, 10 and 0F. RGB value is (224,16,15). Sum of RGB (Red+Green+Blue) = 224+16+15=255 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.84% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 224 - color contains mainly: red. Hex color #E0100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0100F is #1FEFF0. Grayscale: #4E4E4E. Windows color (decimal): -2093041 or 987360. OLE color: 987360.

HSL color Cylindrical-coordinate representation of color #E0100F: hue angle of 0.29º 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 #E0100F is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 15 -
CMYK 0 0.93 0.93 0.12
HSL 0.29º 0.87% 0.47% -
HSV(B) 0.29º 0.93% 0.88% -
XYZ 31.01 16.25 1.95 -
YUV 78.08 92.41 232.08 -
System Red Green Blue C M Y K H S L
Decimal 224 16 15 0 0.93 0.93 0.12 0.29 0.87 0.47
Hex E0 10 F 0 5D 5D C 0 57 2F
Octal 340 20 17 0 135 135 14 0 127 57
Binary 11100000 10000 1111 0 1011101 1011101 1100 0 1010111 101111

Color Harmonies of #E0100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0100F

Black with #E0100F

Text Example


Text Example

White with #E0100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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