Html Css Color HEX #E00F00 Red

📋 copy color: '#E00F00'

red 224 ◦ green 15 ◦ blue 0

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

Shades of Red #E00F00

Tints of Red #E00F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.72%
G = 6.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E00F00 (or 0xE00F00) is known color: Red. HEX triplet: E0, 0F and 00. RGB value is (224,15,0). Sum of RGB (Red+Green+Blue) = 224+15+0=239 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.72% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F00 is #1FF0FF. Grayscale: #4C4C4C. Windows color (decimal): -2093312 or 4064. OLE color: 4064.

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

Color convert

RGB 224 15 0 -
CMYK 0 0.93 1 0.12
HSL 4.02º 1% 0.44% -
HSV(B) 4.02º 1% 0.88% -
XYZ 30.91 16.19 1.5 -
YUV 75.78 85.24 233.72 -
System Red Green Blue C M Y K H S L
Decimal 224 15 0 0 0.93 1 0.12 4.02 1 0.44
Hex E0 F 0 0 5D 64 C 4 64 2C
Octal 340 17 0 0 135 144 14 4 144 54
Binary 11100000 1111 0 0 1011101 1100100 1100 100 1100100 101100

Color Harmonies of #E00F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F00

Black with #E00F00

Text Example


Text Example

White with #E00F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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