Html Css Color HEX #E10301 Red

📋 copy color: '#E10301'

red 225 ◦ green 3 ◦ blue 1

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

Shades of Red #E10301

Tints of Red #E10301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

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

R = 98.25%
G = 1.31%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E10301 (or 0xE10301) is known color: Red. HEX triplet: E1, 03 and 01. RGB value is (225,3,1). Sum of RGB (Red+Green+Blue) = 225+3+1=229 (30% of max value = 765). Red value is 225 (88.28% from 255 or 98.25% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 225 - color contains mainly: red. Hex color #E10301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10301 is #1EFCFE. Grayscale: #454545. Windows color (decimal): -2030847 or 66529. OLE color: 66529.

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

Color convert

RGB 225 3 1 -
CMYK 0 0.99 1.00 0.12
HSL 0.54º 0.99% 0.44% -
HSV(B) 0.54º 1% 0.88% -
XYZ 31.09 16.07 1.49 -
YUV 69.15 89.55 239.16 -
System Red Green Blue C M Y K H S L
Decimal 225 3 1 0 0.99 1.00 0.12 0.54 0.99 0.44
Hex E1 3 1 0 63 64 C 1 63 2C
Octal 341 3 1 0 143 144 14 1 143 54
Binary 11100001 11 1 0 1100011 1100100 1100 1 1100011 101100

Color Harmonies of #E10301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10301

Black with #E10301

Text Example


Text Example

White with #E10301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10301; }

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

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

background-color css

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

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

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

border-color css

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

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

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