Html Css Color HEX #E70110 Venetian Red

📋 copy color: '#E70110'

red 231 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #E70110

Tints of Venetian Red #E70110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 93.15%
G = 0.4%
B = 6.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E70110 (or 0xE70110) is known color: Venetian Red. HEX triplet: E7, 01 and 10. RGB value is (231,1,16). Sum of RGB (Red+Green+Blue) = 231+1+16=248 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.15% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 231 - color contains mainly: red. Hex color #E70110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70110 is #18FEEF. Grayscale: #474747. Windows color (decimal): -1638128 or 1049063. OLE color: 1049063.

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

Color convert

RGB 231 1 16 -
CMYK 0 1.00 0.93 0.09
HSL 356.09º 0.99% 0.45% -
HSV(B) 356.09º 1% 0.91% -
XYZ 33.06 17.05 2.04 -
YUV 71.48 96.7 241.78 -
System Red Green Blue C M Y K H S L
Decimal 231 1 16 0 1.00 0.93 0.09 356.09 0.99 0.45
Hex E7 1 10 0 64 5D 9 164 63 2D
Octal 347 1 20 0 144 135 11 544 143 55
Binary 11100111 1 10000 0 1100100 1011101 1001 101100100 1100011 101101

Color Harmonies of #E70110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70110

Black with #E70110

Text Example


Text Example

White with #E70110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70110; }

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

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

background-color css

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

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

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

border-color css

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

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

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