Html Css Color HEX #E10513 Venetian Red

📋 copy color: '#E10513'

red 225 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #E10513

Tints of Venetian Red #E10513

RGB

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

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

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

R = 90.36%
G = 2.01%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E10513 (or 0xE10513) is known color: Venetian Red. HEX triplet: E1, 05 and 13. RGB value is (225,5,19). Sum of RGB (Red+Green+Blue) = 225+5+19=249 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.36% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 225 - color contains mainly: red. Hex color #E10513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10513 is #1EFAEC. Grayscale: #484848. Windows color (decimal): -2030317 or 1246689. OLE color: 1246689.

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

Color convert

RGB 225 5 19 -
CMYK 0 0.98 0.92 0.12
HSL 356.18º 0.96% 0.45% -
HSV(B) 356.18º 0.98% 0.88% -
XYZ 31.22 16.16 2.09 -
YUV 72.38 97.89 236.86 -
System Red Green Blue C M Y K H S L
Decimal 225 5 19 0 0.98 0.92 0.12 356.18 0.96 0.45
Hex E1 5 13 0 62 5C C 164 60 2D
Octal 341 5 23 0 142 134 14 544 140 55
Binary 11100001 101 10011 0 1100010 1011100 1100 101100100 1100000 101101

Color Harmonies of #E10513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10513

Black with #E10513

Text Example


Text Example

White with #E10513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10513; }

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

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

background-color css

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

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

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

border-color css

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

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

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