Html Css Color HEX #E10615 Venetian Red

📋 copy color: '#E10615'

red 225 ◦ green 6 ◦ blue 21

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

Shades of Venetian Red #E10615

Tints of Venetian Red #E10615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.38%

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

R = 89.29%
G = 2.38%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E10615 (or 0xE10615) is known color: Venetian Red. HEX triplet: E1, 06 and 15. RGB value is (225,6,21). Sum of RGB (Red+Green+Blue) = 225+6+21=252 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.29% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 225 - color contains mainly: red. Hex color #E10615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10615 is #1EF9EA. Grayscale: #494949. Windows color (decimal): -2030059 or 1378017. OLE color: 1378017.

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

Color convert

RGB 225 6 21 -
CMYK 0 0.97 0.91 0.12
HSL 355.89º 0.95% 0.45% -
HSV(B) 355.89º 0.97% 0.88% -
XYZ 31.25 16.19 2.19 -
YUV 73.19 98.55 236.28 -
System Red Green Blue C M Y K H S L
Decimal 225 6 21 0 0.97 0.91 0.12 355.89 0.95 0.45
Hex E1 6 15 0 61 5B C 164 5F 2D
Octal 341 6 25 0 141 133 14 544 137 55
Binary 11100001 110 10101 0 1100001 1011011 1100 101100100 1011111 101101

Color Harmonies of #E10615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10615

Black with #E10615

Text Example


Text Example

White with #E10615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10615; }

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

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

background-color css

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

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

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

border-color css

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

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

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