Html Css Color HEX #E10815 Venetian Red

📋 copy color: '#E10815'

red 225 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #E10815

Tints of Venetian Red #E10815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 88.58%
G = 3.15%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E10815 (or 0xE10815) is known color: Venetian Red. HEX triplet: E1, 08 and 15. RGB value is (225,8,21). Sum of RGB (Red+Green+Blue) = 225+8+21=254 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.58% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 225 - color contains mainly: red. Hex color #E10815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10815 is #1EF7EA. Grayscale: #4A4A4A. Windows color (decimal): -2029547 or 1378529. OLE color: 1378529.

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

Color convert

RGB 225 8 21 -
CMYK 0 0.96 0.91 0.12
HSL 356.41º 0.93% 0.46% -
HSV(B) 356.41º 0.96% 0.88% -
XYZ 31.27 16.24 2.19 -
YUV 74.37 97.89 235.44 -
System Red Green Blue C M Y K H S L
Decimal 225 8 21 0 0.96 0.91 0.12 356.41 0.93 0.46
Hex E1 8 15 0 60 5B C 164 5D 2E
Octal 341 10 25 0 140 133 14 544 135 56
Binary 11100001 1000 10101 0 1100000 1011011 1100 101100100 1011101 101110

Color Harmonies of #E10815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10815

Black with #E10815

Text Example


Text Example

White with #E10815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10815; }

 p { color: rgb(225,8,21); }

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

background-color css

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

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

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

border-color css

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

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

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