Html Css Color HEX #E90D01 Red

📋 copy color: '#E90D01'

red 233 ◦ green 13 ◦ blue 1

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

Shades of Red #E90D01

Tints of Red #E90D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.26%

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

R = 94.33%
G = 5.26%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E90D01 (or 0xE90D01) is known color: Red. HEX triplet: E9, 0D and 01. RGB value is (233,13,1). Sum of RGB (Red+Green+Blue) = 233+13+1=247 (32% of max value = 765). Red value is 233 (91.41% from 255 or 94.33% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90D01 is #16F2FE. Grayscale: #4D4D4D. Windows color (decimal): -1503999 or 69097. OLE color: 69097.

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

Color convert

RGB 233 13 1 -
CMYK 0 0.94 1.00 0.09
HSL 3.1º 0.99% 0.46% -
HSV(B) 3.1º 1% 0.91% -
XYZ 33.75 17.61 1.65 -
YUV 77.41 84.89 238.98 -
System Red Green Blue C M Y K H S L
Decimal 233 13 1 0 0.94 1.00 0.09 3.1 0.99 0.46
Hex E9 D 1 0 5E 64 9 3 63 2E
Octal 351 15 1 0 136 144 11 3 143 56
Binary 11101001 1101 1 0 1011110 1100100 1001 11 1100011 101110

Color Harmonies of #E90D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90D01

Black with #E90D01

Text Example


Text Example

White with #E90D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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