Html Css Color HEX #E00300 Red

📋 copy color: '#E00300'

red 224 ◦ green 3 ◦ blue 0

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

Shades of Red #E00300

Tints of Red #E00300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 98.68%
G = 1.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E00300 (or 0xE00300) is known color: Red. HEX triplet: E0, 03 and 00. RGB value is (224,3,0). Sum of RGB (Red+Green+Blue) = 224+3+0=227 (30% of max value = 765). Red value is 224 (87.89% from 255 or 98.68% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 224 - color contains mainly: red. Hex color #E00300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00300 is #1FFCFF. Grayscale: #444444. Windows color (decimal): -2096384 or 992. OLE color: 992.

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

Color convert

RGB 224 3 0 -
CMYK 0 0.99 1 0.12
HSL 0.8º 1% 0.44% -
HSV(B) 0.8º 1% 0.88% -
XYZ 30.77 15.91 1.45 -
YUV 68.74 89.22 238.74 -
System Red Green Blue C M Y K H S L
Decimal 224 3 0 0 0.99 1 0.12 0.8 1 0.44
Hex E0 3 0 0 63 64 C 1 64 2C
Octal 340 3 0 0 143 144 14 1 144 54
Binary 11100000 11 0 0 1100011 1100100 1100 1 1100100 101100

Color Harmonies of #E00300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00300

Black with #E00300

Text Example


Text Example

White with #E00300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00300; }

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

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

background-color css

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

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

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

border-color css

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

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

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