Html Css Color HEX #E00200 Red

📋 copy color: '#E00200'

red 224 ◦ green 2 ◦ blue 0

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

Shades of Red #E00200

Tints of Red #E00200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 99.12%
G = 0.88%
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

#E00200 (or 0xE00200) is known color: Red. HEX triplet: E0, 02 and 00. RGB value is (224,2,0). Sum of RGB (Red+Green+Blue) = 224+2+0=226 (29% of max value = 765). Red value is 224 (87.89% from 255 or 99.12% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 224 - color contains mainly: red. Hex color #E00200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00200 is #1FFDFF. Grayscale: #444444. Windows color (decimal): -2096640 or 736. OLE color: 736.

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

Color convert

RGB 224 2 0 -
CMYK 0 0.99 1 0.12
HSL 0.54º 1% 0.44% -
HSV(B) 0.54º 1% 0.88% -
XYZ 30.76 15.89 1.45 -
YUV 68.15 89.55 239.16 -
System Red Green Blue C M Y K H S L
Decimal 224 2 0 0 0.99 1 0.12 0.54 1 0.44
Hex E0 2 0 0 63 64 C 1 64 2C
Octal 340 2 0 0 143 144 14 1 144 54
Binary 11100000 10 0 0 1100011 1100100 1100 1 1100100 101100

Color Harmonies of #E00200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00200

Black with #E00200

Text Example


Text Example

White with #E00200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00200; }

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

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

background-color css

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

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

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

border-color css

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

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

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