Html Css Color HEX #E10501 Red

📋 copy color: '#E10501'

red 225 ◦ green 5 ◦ blue 1

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

Shades of Red #E10501

Tints of Red #E10501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 97.4%
G = 2.16%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E10501 (or 0xE10501) is known color: Red. HEX triplet: E1, 05 and 01. RGB value is (225,5,1). Sum of RGB (Red+Green+Blue) = 225+5+1=231 (30% of max value = 765). Red value is 225 (88.28% from 255 or 97.40% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 225 - color contains mainly: red. Hex color #E10501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10501 is #1EFAFE. Grayscale: #464646. Windows color (decimal): -2030335 or 67041. OLE color: 67041.

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

Color convert

RGB 225 5 1 -
CMYK 0 0.98 1.00 0.12
HSL 1.07º 0.99% 0.44% -
HSV(B) 1.07º 1% 0.88% -
XYZ 31.11 16.12 1.5 -
YUV 70.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 225 5 1 0 0.98 1.00 0.12 1.07 0.99 0.44
Hex E1 5 1 0 62 64 C 1 63 2C
Octal 341 5 1 0 142 144 14 1 143 54
Binary 11100001 101 1 0 1100010 1100100 1100 1 1100011 101100

Color Harmonies of #E10501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10501

Black with #E10501

Text Example


Text Example

White with #E10501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10501; }

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

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

background-color css

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

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

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

border-color css

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

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

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