Html Css Color HEX #E90C01 Red

📋 copy color: '#E90C01'

red 233 ◦ green 12 ◦ blue 1

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

Shades of Red #E90C01

Tints of Red #E90C01

RGB

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

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

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

R = 94.72%
G = 4.88%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E90C01 (or 0xE90C01) is known color: Red. HEX triplet: E9, 0C and 01. RGB value is (233,12,1). Sum of RGB (Red+Green+Blue) = 233+12+1=246 (32% of max value = 765). Red value is 233 (91.41% from 255 or 94.72% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90C01 is #16F3FE. Grayscale: #4D4D4D. Windows color (decimal): -1504255 or 68841. OLE color: 68841.

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

Color convert

RGB 233 12 1 -
CMYK 0 0.95 1.00 0.09
HSL 2.84º 0.99% 0.46% -
HSV(B) 2.84º 1% 0.91% -
XYZ 33.74 17.59 1.65 -
YUV 76.83 85.22 239.39 -
System Red Green Blue C M Y K H S L
Decimal 233 12 1 0 0.95 1.00 0.09 2.84 0.99 0.46
Hex E9 C 1 0 5F 64 9 3 63 2E
Octal 351 14 1 0 137 144 11 3 143 56
Binary 11101001 1100 1 0 1011111 1100100 1001 11 1100011 101110

Color Harmonies of #E90C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90C01

Black with #E90C01

Text Example


Text Example

White with #E90C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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