Html Css Color HEX #E10313 Venetian Red

📋 copy color: '#E10313'

red 225 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #E10313

Tints of Venetian Red #E10313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 91.09%
G = 1.21%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E10313 (or 0xE10313) is known color: Venetian Red. HEX triplet: E1, 03 and 13. RGB value is (225,3,19). Sum of RGB (Red+Green+Blue) = 225+3+19=247 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.09% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 225 - color contains mainly: red. Hex color #E10313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10313 is #1EFCEC. Grayscale: #474747. Windows color (decimal): -2030829 or 1246177. OLE color: 1246177.

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

Color convert

RGB 225 3 19 -
CMYK 0 0.99 0.92 0.12
HSL 355.68º 0.97% 0.45% -
HSV(B) 355.68º 0.99% 0.88% -
XYZ 31.2 16.12 2.08 -
YUV 71.2 98.55 237.7 -
System Red Green Blue C M Y K H S L
Decimal 225 3 19 0 0.99 0.92 0.12 355.68 0.97 0.45
Hex E1 3 13 0 63 5C C 164 61 2D
Octal 341 3 23 0 143 134 14 544 141 55
Binary 11100001 11 10011 0 1100011 1011100 1100 101100100 1100001 101101

Color Harmonies of #E10313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10313

Black with #E10313

Text Example


Text Example

White with #E10313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10313; }

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

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

background-color css

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

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

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

border-color css

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

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

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