Html Css Color HEX #E10315 Venetian Red

📋 copy color: '#E10315'

red 225 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #E10315

Tints of Venetian Red #E10315

RGB

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

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

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

R = 90.36%
G = 1.2%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E10315 (or 0xE10315) is known color: Venetian Red. HEX triplet: E1, 03 and 15. RGB value is (225,3,21). Sum of RGB (Red+Green+Blue) = 225+3+21=249 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.36% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 225 - color contains mainly: red. Hex color #E10315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10315 is #1EFCEA. Grayscale: #474747. Windows color (decimal): -2030827 or 1377249. OLE color: 1377249.

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

Color convert

RGB 225 3 21 -
CMYK 0 0.99 0.91 0.12
HSL 355.14º 0.97% 0.45% -
HSV(B) 355.14º 0.99% 0.88% -
XYZ 31.22 16.13 2.18 -
YUV 71.43 99.55 237.54 -
System Red Green Blue C M Y K H S L
Decimal 225 3 21 0 0.99 0.91 0.12 355.14 0.97 0.45
Hex E1 3 15 0 63 5B C 163 61 2D
Octal 341 3 25 0 143 133 14 543 141 55
Binary 11100001 11 10101 0 1100011 1011011 1100 101100011 1100001 101101

Color Harmonies of #E10315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10315

Black with #E10315

Text Example


Text Example

White with #E10315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10315; }

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

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

background-color css

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

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

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

border-color css

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

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

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