Html Css Color HEX #E90201 Red

📋 copy color: '#E90201'

red 233 ◦ green 2 ◦ blue 1

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

Shades of Red #E90201

Tints of Red #E90201

RGB

 RED value IS 233 (91.41% from 255) = 98.73%

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

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

R = 98.73%
G = 0.85%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E90201 (or 0xE90201) is known color: Red. HEX triplet: E9, 02 and 01. RGB value is (233,2,1). Sum of RGB (Red+Green+Blue) = 233+2+1=236 (31% of max value = 765). Red value is 233 (91.41% from 255 or 98.73% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 233 - color contains mainly: red. Hex color #E90201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90201 is #16FDFE. Grayscale: #474747. Windows color (decimal): -1506815 or 66281. OLE color: 66281.

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

Color convert

RGB 233 2 1 -
CMYK 0 0.99 1.00 0.09
HSL 0.26º 0.99% 0.46% -
HSV(B) 0.26º 1% 0.91% -
XYZ 33.63 17.37 1.61 -
YUV 70.96 88.53 243.58 -
System Red Green Blue C M Y K H S L
Decimal 233 2 1 0 0.99 1.00 0.09 0.26 0.99 0.46
Hex E9 2 1 0 63 64 9 0 63 2E
Octal 351 2 1 0 143 144 11 0 143 56
Binary 11101001 10 1 0 1100011 1100100 1001 0 1100011 101110

Color Harmonies of #E90201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90201

Black with #E90201

Text Example


Text Example

White with #E90201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90201; }

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

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

background-color css

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

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

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

border-color css

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

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

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