Html Css Color HEX #E00900 Red

📋 copy color: '#E00900'

red 224 ◦ green 9 ◦ blue 0

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

Shades of Red #E00900

Tints of Red #E00900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.86%

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

R = 96.14%
G = 3.86%
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

#E00900 (or 0xE00900) is known color: Red. HEX triplet: E0, 09 and 00. RGB value is (224,9,0). Sum of RGB (Red+Green+Blue) = 224+9+0=233 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.14% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 224 - color contains mainly: red. Hex color #E00900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00900 is #1FF6FF. Grayscale: #484848. Windows color (decimal): -2094848 or 2528. OLE color: 2528.

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

Color convert

RGB 224 9 0 -
CMYK 0 0.96 1 0.12
HSL 2.41º 1% 0.44% -
HSV(B) 2.41º 1% 0.88% -
XYZ 30.84 16.04 1.47 -
YUV 72.26 87.23 236.23 -
System Red Green Blue C M Y K H S L
Decimal 224 9 0 0 0.96 1 0.12 2.41 1 0.44
Hex E0 9 0 0 60 64 C 2 64 2C
Octal 340 11 0 0 140 144 14 2 144 54
Binary 11100000 1001 0 0 1100000 1100100 1100 10 1100100 101100

Color Harmonies of #E00900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00900

Black with #E00900

Text Example


Text Example

White with #E00900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00900; }

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

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

background-color css

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

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

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

border-color css

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

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

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