Html Css Color HEX #E10312 Venetian Red

📋 copy color: '#E10312'

red 225 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #E10312

Tints of Venetian Red #E10312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 91.46%
G = 1.22%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E10312 (or 0xE10312) is known color: Venetian Red. HEX triplet: E1, 03 and 12. RGB value is (225,3,18). Sum of RGB (Red+Green+Blue) = 225+3+18=246 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.46% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 225 - color contains mainly: red. Hex color #E10312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10312 is #1EFCED. Grayscale: #474747. Windows color (decimal): -2030830 or 1180641. OLE color: 1180641.

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

Color convert

RGB 225 3 18 -
CMYK 0 0.99 0.92 0.12
HSL 355.95º 0.97% 0.45% -
HSV(B) 355.95º 0.99% 0.88% -
XYZ 31.19 16.12 2.04 -
YUV 71.09 98.05 237.78 -
System Red Green Blue C M Y K H S L
Decimal 225 3 18 0 0.99 0.92 0.12 355.95 0.97 0.45
Hex E1 3 12 0 63 5C C 164 61 2D
Octal 341 3 22 0 143 134 14 544 141 55
Binary 11100001 11 10010 0 1100011 1011100 1100 101100100 1100001 101101

Color Harmonies of #E10312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10312

Black with #E10312

Text Example


Text Example

White with #E10312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10312; }

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

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

background-color css

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

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

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

border-color css

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

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

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