Html Css Color HEX #E10310 Venetian Red

📋 copy color: '#E10310'

red 225 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #E10310

Tints of Venetian Red #E10310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 92.21%
G = 1.23%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E10310 (or 0xE10310) is known color: Venetian Red. HEX triplet: E1, 03 and 10. RGB value is (225,3,16). Sum of RGB (Red+Green+Blue) = 225+3+16=244 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.21% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 225 - color contains mainly: red. Hex color #E10310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10310 is #1EFCEF. Grayscale: #474747. Windows color (decimal): -2030832 or 1049569. OLE color: 1049569.

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

Color convert

RGB 225 3 16 -
CMYK 0 0.99 0.93 0.12
HSL 356.49º 0.97% 0.45% -
HSV(B) 356.49º 0.99% 0.88% -
XYZ 31.18 16.11 1.96 -
YUV 70.86 97.05 237.94 -
System Red Green Blue C M Y K H S L
Decimal 225 3 16 0 0.99 0.93 0.12 356.49 0.97 0.45
Hex E1 3 10 0 63 5D C 164 61 2D
Octal 341 3 20 0 143 135 14 544 141 55
Binary 11100001 11 10000 0 1100011 1011101 1100 101100100 1100001 101101

Color Harmonies of #E10310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10310

Black with #E10310

Text Example


Text Example

White with #E10310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10310; }

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

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

background-color css

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

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

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

border-color css

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

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

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