Html Css Color HEX #E10211 Venetian Red

📋 copy color: '#E10211'

red 225 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #E10211

Tints of Venetian Red #E10211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 17 (7.03% from 255) = 6.97%

R = 92.21%
G = 0.82%
B = 6.97%

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

#E10211 (or 0xE10211) is known color: Venetian Red. HEX triplet: E1, 02 and 11. RGB value is (225,2,17). Sum of RGB (Red+Green+Blue) = 225+2+17=244 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.21% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 225 - color contains mainly: red. Hex color #E10211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10211 is #1EFDEE. Grayscale: #464646. Windows color (decimal): -2031087 or 1114849. OLE color: 1114849.

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

Color convert

RGB 225 2 17 -
CMYK 0 0.99 0.92 0.12
HSL 355.96º 0.98% 0.45% -
HSV(B) 355.96º 0.99% 0.88% -
XYZ 31.17 16.09 1.99 -
YUV 70.39 97.88 238.28 -
System Red Green Blue C M Y K H S L
Decimal 225 2 17 0 0.99 0.92 0.12 355.96 0.98 0.45
Hex E1 2 11 0 63 5C C 164 62 2D
Octal 341 2 21 0 143 134 14 544 142 55
Binary 11100001 10 10001 0 1100011 1011100 1100 101100100 1100010 101101

Color Harmonies of #E10211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10211

Black with #E10211

Text Example


Text Example

White with #E10211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10211; }

 p { color: rgb(225,2,17); }

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

background-color css

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

 a { background-color: rgb(225,2,17); }

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

border-color css

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

 span { border-color: rgb(225,2,17); }

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