Html Css Color HEX #E00F04 Red

📋 copy color: '#E00F04'

red 224 ◦ green 15 ◦ blue 4

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

Shades of Red #E00F04

Tints of Red #E00F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 92.18%
G = 6.17%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E00F04 (or 0xE00F04) is known color: Red. HEX triplet: E0, 0F and 04. RGB value is (224,15,4). Sum of RGB (Red+Green+Blue) = 224+15+4=243 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.18% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F04 is #1FF0FB. Grayscale: #4C4C4C. Windows color (decimal): -2093308 or 266208. OLE color: 266208.

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

Color convert

RGB 224 15 4 -
CMYK 0 0.93 0.98 0.12
HSL 0.96% 0.45% -
HSV(B) 0.98% 0.88% -
XYZ 30.93 16.2 1.61 -
YUV 76.24 87.24 233.39 -
System Red Green Blue C M Y K H S L
Decimal 224 15 4 0 0.93 0.98 0.12 3 0.96 0.45
Hex E0 F 4 0 5D 62 C 3 60 2D
Octal 340 17 4 0 135 142 14 3 140 55
Binary 11100000 1111 100 0 1011101 1100010 1100 11 1100000 101101

Color Harmonies of #E00F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F04

Black with #E00F04

Text Example


Text Example

White with #E00F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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