Html Css Color HEX #E10303 Red

📋 copy color: '#E10303'

red 225 ◦ green 3 ◦ blue 3

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

Shades of Red #E10303

Tints of Red #E10303

RGB

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

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

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

R = 97.4%
G = 1.3%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E10303 (or 0xE10303) is known color: Red. HEX triplet: E1, 03 and 03. RGB value is (225,3,3). Sum of RGB (Red+Green+Blue) = 225+3+3=231 (30% of max value = 765). Red value is 225 (88.28% from 255 or 97.40% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 225 - color contains mainly: red. Hex color #E10303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10303 is #1EFCFC. Grayscale: #454545. Windows color (decimal): -2030845 or 197601. OLE color: 197601.

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

Color convert

RGB 225 3 3 -
CMYK 0 0.99 0.99 0.12
HSL 0.97% 0.45% -
HSV(B) 0.99% 0.88% -
XYZ 31.1 16.08 1.55 -
YUV 69.38 90.55 239 -
System Red Green Blue C M Y K H S L
Decimal 225 3 3 0 0.99 0.99 0.12 0 0.97 0.45
Hex E1 3 3 0 63 63 C 0 61 2D
Octal 341 3 3 0 143 143 14 0 141 55
Binary 11100001 11 11 0 1100011 1100011 1100 0 1100001 101101

Color Harmonies of #E10303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10303

Black with #E10303

Text Example


Text Example

White with #E10303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10303; }

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

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

background-color css

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

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

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

border-color css

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

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

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