Html Css Color HEX #E00201 Red

📋 copy color: '#E00201'

red 224 ◦ green 2 ◦ blue 1

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

Shades of Red #E00201

Tints of Red #E00201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 98.68%
G = 0.88%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E00201 (or 0xE00201) is known color: Red. HEX triplet: E0, 02 and 01. RGB value is (224,2,1). Sum of RGB (Red+Green+Blue) = 224+2+1=227 (30% of max value = 765). Red value is 224 (87.89% from 255 or 98.68% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 224 - color contains mainly: red. Hex color #E00201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00201 is #1FFDFE. Grayscale: #444444. Windows color (decimal): -2096639 or 66272. OLE color: 66272.

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

Color convert

RGB 224 2 1 -
CMYK 0 0.99 1.00 0.12
HSL 0.27º 0.99% 0.44% -
HSV(B) 0.27º 1% 0.88% -
XYZ 30.77 15.89 1.47 -
YUV 68.26 90.05 239.08 -
System Red Green Blue C M Y K H S L
Decimal 224 2 1 0 0.99 1.00 0.12 0.27 0.99 0.44
Hex E0 2 1 0 63 64 C 0 63 2C
Octal 340 2 1 0 143 144 14 0 143 54
Binary 11100000 10 1 0 1100011 1100100 1100 0 1100011 101100

Color Harmonies of #E00201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00201

Black with #E00201

Text Example


Text Example

White with #E00201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00201; }

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

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

background-color css

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

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

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

border-color css

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

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

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