Html Css Color HEX #E10503 Red

📋 copy color: '#E10503'

red 225 ◦ green 5 ◦ blue 3

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

Shades of Red #E10503

Tints of Red #E10503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 96.57%
G = 2.15%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E10503 (or 0xE10503) is known color: Red. HEX triplet: E1, 05 and 03. RGB value is (225,5,3). Sum of RGB (Red+Green+Blue) = 225+5+3=233 (30% of max value = 765). Red value is 225 (88.28% from 255 or 96.57% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 225 - color contains mainly: red. Hex color #E10503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10503 is #1EFAFC. Grayscale: #464646. Windows color (decimal): -2030333 or 198113. OLE color: 198113.

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

Color convert

RGB 225 5 3 -
CMYK 0 0.98 0.99 0.12
HSL 0.54º 0.97% 0.45% -
HSV(B) 0.54º 0.99% 0.88% -
XYZ 31.12 16.12 1.56 -
YUV 70.55 89.89 238.16 -
System Red Green Blue C M Y K H S L
Decimal 225 5 3 0 0.98 0.99 0.12 0.54 0.97 0.45
Hex E1 5 3 0 62 63 C 1 61 2D
Octal 341 5 3 0 142 143 14 1 141 55
Binary 11100001 101 11 0 1100010 1100011 1100 1 1100001 101101

Color Harmonies of #E10503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10503

Black with #E10503

Text Example


Text Example

White with #E10503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10503; }

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

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

background-color css

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

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

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

border-color css

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

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

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