Html Css Color HEX #E90E02 Red

📋 copy color: '#E90E02'

red 233 ◦ green 14 ◦ blue 2

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

Shades of Red #E90E02

Tints of Red #E90E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.62%

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

R = 93.57%
G = 5.62%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E90E02 (or 0xE90E02) is known color: Red. HEX triplet: E9, 0E and 02. RGB value is (233,14,2). Sum of RGB (Red+Green+Blue) = 233+14+2=249 (32% of max value = 765). Red value is 233 (91.41% from 255 or 93.57% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90E02 is #16F1FD. Grayscale: #4E4E4E. Windows color (decimal): -1503742 or 134889. OLE color: 134889.

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

Color convert

RGB 233 14 2 -
CMYK 0 0.94 0.99 0.09
HSL 3.12º 0.98% 0.46% -
HSV(B) 3.12º 0.99% 0.91% -
XYZ 33.77 17.64 1.68 -
YUV 78.11 85.05 238.48 -
System Red Green Blue C M Y K H S L
Decimal 233 14 2 0 0.94 0.99 0.09 3.12 0.98 0.46
Hex E9 E 2 0 5E 63 9 3 62 2E
Octal 351 16 2 0 136 143 11 3 142 56
Binary 11101001 1110 10 0 1011110 1100011 1001 11 1100010 101110

Color Harmonies of #E90E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90E02

Black with #E90E02

Text Example


Text Example

White with #E90E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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