Html Css Color HEX #E00800 Red

📋 copy color: '#E00800'

red 224 ◦ green 8 ◦ blue 0

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

Shades of Red #E00800

Tints of Red #E00800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.45%

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

R = 96.55%
G = 3.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E00800 (or 0xE00800) is known color: Red. HEX triplet: E0, 08 and 00. RGB value is (224,8,0). Sum of RGB (Red+Green+Blue) = 224+8+0=232 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.55% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 224 - color contains mainly: red. Hex color #E00800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00800 is #1FF7FF. Grayscale: #474747. Windows color (decimal): -2095104 or 2272. OLE color: 2272.

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

Color convert

RGB 224 8 0 -
CMYK 0 0.96 1 0.12
HSL 2.14º 1% 0.44% -
HSV(B) 2.14º 1% 0.88% -
XYZ 30.83 16.02 1.47 -
YUV 71.67 87.56 236.65 -
System Red Green Blue C M Y K H S L
Decimal 224 8 0 0 0.96 1 0.12 2.14 1 0.44
Hex E0 8 0 0 60 64 C 2 64 2C
Octal 340 10 0 0 140 144 14 2 144 54
Binary 11100000 1000 0 0 1100000 1100100 1100 10 1100100 101100

Color Harmonies of #E00800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00800

Black with #E00800

Text Example


Text Example

White with #E00800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00800; }

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

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

background-color css

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

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

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

border-color css

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

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

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