Html Css Color HEX #E00F03 Red

📋 copy color: '#E00F03'

red 224 ◦ green 15 ◦ blue 3

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

Shades of Red #E00F03

Tints of Red #E00F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 92.56%
G = 6.2%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E00F03 (or 0xE00F03) is known color: Red. HEX triplet: E0, 0F and 03. RGB value is (224,15,3). Sum of RGB (Red+Green+Blue) = 224+15+3=242 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.56% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F03 is #1FF0FC. Grayscale: #4C4C4C. Windows color (decimal): -2093309 or 200672. OLE color: 200672.

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

Color convert

RGB 224 15 3 -
CMYK 0 0.93 0.99 0.12
HSL 3.26º 0.97% 0.45% -
HSV(B) 3.26º 0.99% 0.88% -
XYZ 30.93 16.2 1.58 -
YUV 76.12 86.74 233.48 -
System Red Green Blue C M Y K H S L
Decimal 224 15 3 0 0.93 0.99 0.12 3.26 0.97 0.45
Hex E0 F 3 0 5D 63 C 3 61 2D
Octal 340 17 3 0 135 143 14 3 141 55
Binary 11100000 1111 11 0 1011101 1100011 1100 11 1100001 101101

Color Harmonies of #E00F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F03

Black with #E00F03

Text Example


Text Example

White with #E00F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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