Html Css Color HEX #E10015 Venetian Red

📋 copy color: '#E10015'

red 225 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #E10015

Tints of Venetian Red #E10015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.46%
G = 0%
B = 8.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E10015 (or 0xE10015) is known color: Venetian Red. HEX triplet: E1, 00 and 15. RGB value is (225,0,21). Sum of RGB (Red+Green+Blue) = 225+0+21=246 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.46% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 225 - color contains mainly: red. Hex color #E10015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10015 is #1EFFEA. Grayscale: #454545. Windows color (decimal): -2031595 or 1376481. OLE color: 1376481.

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

Color convert

RGB 225 0 21 -
CMYK 0 1 0.91 0.12
HSL 354.4º 1% 0.44% -
HSV(B) 354.4º 1% 0.88% -
XYZ 31.19 16.06 2.17 -
YUV 69.67 100.54 238.79 -
System Red Green Blue C M Y K H S L
Decimal 225 0 21 0 1 0.91 0.12 354.4 1 0.44
Hex E1 0 15 0 64 5B C 162 64 2C
Octal 341 0 25 0 144 133 14 542 144 54
Binary 11100001 0 10101 0 1100100 1011011 1100 101100010 1100100 101100

Color Harmonies of #E10015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10015

Black with #E10015

Text Example


Text Example

White with #E10015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10015; }

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

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

background-color css

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

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

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

border-color css

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

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

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