Html Css Color HEX #E00F0F Red

📋 copy color: '#E00F0F'

red 224 ◦ green 15 ◦ blue 15

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

Shades of Red #E00F0F

Tints of Red #E00F0F

RGB

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

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

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

R = 88.19%
G = 5.91%
B = 5.91%

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

#E00F0F (or 0xE00F0F) is known color: Red. HEX triplet: E0, 0F and 0F. RGB value is (224,15,15). Sum of RGB (Red+Green+Blue) = 224+15+15=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F0F is #1FF0F0. Grayscale: #4D4D4D. Windows color (decimal): -2093297 or 987104. OLE color: 987104.

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

Color convert

RGB 224 15 15 -
CMYK 0 0.93 0.93 0.12
HSL 0.87% 0.47% -
HSV(B) 0.93% 0.88% -
XYZ 31 16.22 1.95 -
YUV 77.49 92.74 232.5 -
System Red Green Blue C M Y K H S L
Decimal 224 15 15 0 0.93 0.93 0.12 0 0.87 0.47
Hex E0 F F 0 5D 5D C 0 57 2F
Octal 340 17 17 0 135 135 14 0 127 57
Binary 11100000 1111 1111 0 1011101 1011101 1100 0 1010111 101111

Color Harmonies of #E00F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F0F

Black with #E00F0F

Text Example


Text Example

White with #E00F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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