Html Css Color HEX #E90A02 Red

📋 copy color: '#E90A02'

red 233 ◦ green 10 ◦ blue 2

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

Shades of Red #E90A02

Tints of Red #E90A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.08%

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 95.1%
G = 4.08%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E90A02 (or 0xE90A02) is known color: Red. HEX triplet: E9, 0A and 02. RGB value is (233,10,2). Sum of RGB (Red+Green+Blue) = 233+10+2=245 (32% of max value = 765). Red value is 233 (91.41% from 255 or 95.10% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90A02 is #16F5FD. Grayscale: #4C4C4C. Windows color (decimal): -1504766 or 133865. OLE color: 133865.

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

Color convert

RGB 233 10 2 -
CMYK 0 0.96 0.99 0.09
HSL 2.08º 0.98% 0.46% -
HSV(B) 2.08º 0.99% 0.91% -
XYZ 33.72 17.55 1.67 -
YUV 75.77 86.38 240.15 -
System Red Green Blue C M Y K H S L
Decimal 233 10 2 0 0.96 0.99 0.09 2.08 0.98 0.46
Hex E9 A 2 0 60 63 9 2 62 2E
Octal 351 12 2 0 140 143 11 2 142 56
Binary 11101001 1010 10 0 1100000 1100011 1001 10 1100010 101110

Color Harmonies of #E90A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90A02

Black with #E90A02

Text Example


Text Example

White with #E90A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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