Html Css Color HEX #E90C02 Red

📋 copy color: '#E90C02'

red 233 ◦ green 12 ◦ blue 2

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

Shades of Red #E90C02

Tints of Red #E90C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

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

R = 94.33%
G = 4.86%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E90C02 (or 0xE90C02) is known color: Red. HEX triplet: E9, 0C and 02. RGB value is (233,12,2). Sum of RGB (Red+Green+Blue) = 233+12+2=247 (32% of max value = 765). Red value is 233 (91.41% from 255 or 94.33% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90C02 is #16F3FD. Grayscale: #4D4D4D. Windows color (decimal): -1504254 or 134377. OLE color: 134377.

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

Color convert

RGB 233 12 2 -
CMYK 0 0.95 0.99 0.09
HSL 2.6º 0.98% 0.46% -
HSV(B) 2.6º 0.99% 0.91% -
XYZ 33.75 17.59 1.67 -
YUV 76.94 85.72 239.31 -
System Red Green Blue C M Y K H S L
Decimal 233 12 2 0 0.95 0.99 0.09 2.6 0.98 0.46
Hex E9 C 2 0 5F 63 9 3 62 2E
Octal 351 14 2 0 137 143 11 3 142 56
Binary 11101001 1100 10 0 1011111 1100011 1001 11 1100010 101110

Color Harmonies of #E90C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90C02

Black with #E90C02

Text Example


Text Example

White with #E90C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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