Html Css Color HEX #E70012 Venetian Red

📋 copy color: '#E70012'

red 231 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #E70012

Tints of Venetian Red #E70012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.77%
G = 0%
B = 7.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E70012 (or 0xE70012) is known color: Venetian Red. HEX triplet: E7, 00 and 12. RGB value is (231,0,18). Sum of RGB (Red+Green+Blue) = 231+0+18=249 (32% of max value = 765). Red value is 231 (90.62% from 255 or 92.77% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 231 - color contains mainly: red. Hex color #E70012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70012 is #18FFED. Grayscale: #474747. Windows color (decimal): -1638382 or 1179879. OLE color: 1179879.

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

Color convert

RGB 231 0 18 -
CMYK 0 1 0.92 0.09
HSL 355.32º 1% 0.45% -
HSV(B) 355.32º 1% 0.91% -
XYZ 33.06 17.03 2.12 -
YUV 71.12 98.03 242.04 -
System Red Green Blue C M Y K H S L
Decimal 231 0 18 0 1 0.92 0.09 355.32 1 0.45
Hex E7 0 12 0 64 5C 9 163 64 2D
Octal 347 0 22 0 144 134 11 543 144 55
Binary 11100111 0 10010 0 1100100 1011100 1001 101100011 1100100 101101

Color Harmonies of #E70012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70012

Black with #E70012

Text Example


Text Example

White with #E70012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70012; }

 p { color: rgb(231,0,18); }

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

background-color css

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

 a { background-color: rgb(231,0,18); }

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

border-color css

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

 span { border-color: rgb(231,0,18); }

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