Html Css Color HEX #E10101 Red

📋 copy color: '#E10101'

red 225 ◦ green 1 ◦ blue 1

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

Shades of Red #E10101

Tints of Red #E10101

RGB

 RED value IS 225 (88.28% from 255) = 99.12%

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 99.12%
G = 0.44%
B = 0.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E10101 (or 0xE10101) is known color: Red. HEX triplet: E1, 01 and 01. RGB value is (225,1,1). Sum of RGB (Red+Green+Blue) = 225+1+1=227 (30% of max value = 765). Red value is 225 (88.28% from 255 or 99.12% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 225 - color contains mainly: red. Hex color #E10101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10101 is #1EFEFE. Grayscale: #444444. Windows color (decimal): -2031359 or 66017. OLE color: 66017.

HSL color Cylindrical-coordinate representation of color #E10101: hue angle of 0º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10101 is Cyan = 0, Magento = 1.00, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 1 -
CMYK 0 1.00 1.00 0.12
HSL 0.99% 0.44% -
HSV(B) 1% 0.88% -
XYZ 31.07 16.03 1.49 -
YUV 67.98 90.21 240 -
System Red Green Blue C M Y K H S L
Decimal 225 1 1 0 1.00 1.00 0.12 0 0.99 0.44
Hex E1 1 1 0 64 64 C 0 63 2C
Octal 341 1 1 0 144 144 14 0 143 54
Binary 11100001 1 1 0 1100100 1100100 1100 0 1100011 101100

Color Harmonies of #E10101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10101

Black with #E10101

Text Example


Text Example

White with #E10101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10101; }

 p { color: rgb(225,1,1); }

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

background-color css

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

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

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

border-color css

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

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

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