Html Css Color HEX #E10701 Red

📋 copy color: '#E10701'

red 225 ◦ green 7 ◦ blue 1

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

Shades of Red #E10701

Tints of Red #E10701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3%

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

R = 96.57%
G = 3%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E10701 (or 0xE10701) is known color: Red. HEX triplet: E1, 07 and 01. RGB value is (225,7,1). Sum of RGB (Red+Green+Blue) = 225+7+1=233 (30% of max value = 765). Red value is 225 (88.28% from 255 or 96.57% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 225 - color contains mainly: red. Hex color #E10701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10701 is #1EF8FE. Grayscale: #474747. Windows color (decimal): -2029823 or 67553. OLE color: 67553.

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

Color convert

RGB 225 7 1 -
CMYK 0 0.97 1.00 0.12
HSL 1.61º 0.99% 0.44% -
HSV(B) 1.61º 1% 0.88% -
XYZ 31.13 16.16 1.51 -
YUV 71.5 88.22 237.49 -
System Red Green Blue C M Y K H S L
Decimal 225 7 1 0 0.97 1.00 0.12 1.61 0.99 0.44
Hex E1 7 1 0 61 64 C 2 63 2C
Octal 341 7 1 0 141 144 14 2 143 54
Binary 11100001 111 1 0 1100001 1100100 1100 10 1100011 101100

Color Harmonies of #E10701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10701

Black with #E10701

Text Example


Text Example

White with #E10701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10701; }

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

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

background-color css

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

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

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

border-color css

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

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

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