Html Css Color HEX #E70210 Venetian Red

📋 copy color: '#E70210'

red 231 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #E70210

Tints of Venetian Red #E70210

RGB

 RED value IS 231 (90.63% from 255) = 92.77%

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

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 92.77%
G = 0.8%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E70210 (or 0xE70210) is known color: Venetian Red. HEX triplet: E7, 02 and 10. RGB value is (231,2,16). Sum of RGB (Red+Green+Blue) = 231+2+16=249 (32% of max value = 765). Red value is 231 (90.62% from 255 or 92.77% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 231 - color contains mainly: red. Hex color #E70210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70210 is #18FDEF. Grayscale: #484848. Windows color (decimal): -1637872 or 1049319. OLE color: 1049319.

HSL color Cylindrical-coordinate representation of color #E70210: hue angle of 356.33º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70210 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 2 16 -
CMYK 0 0.99 0.93 0.09
HSL 356.33º 0.98% 0.46% -
HSV(B) 356.33º 0.99% 0.91% -
XYZ 33.07 17.07 2.04 -
YUV 72.07 96.37 241.36 -
System Red Green Blue C M Y K H S L
Decimal 231 2 16 0 0.99 0.93 0.09 356.33 0.98 0.46
Hex E7 2 10 0 63 5D 9 164 62 2E
Octal 347 2 20 0 143 135 11 544 142 56
Binary 11100111 10 10000 0 1100011 1011101 1001 101100100 1100010 101110

Color Harmonies of #E70210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70210

Black with #E70210

Text Example


Text Example

White with #E70210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70210; }

 p { color: rgb(231,2,16); }

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

background-color css

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

 a { background-color: rgb(231,2,16); }

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

border-color css

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

 span { border-color: rgb(231,2,16); }

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