Html Css Color HEX #E70013 Venetian Red

📋 copy color: '#E70013'

red 231 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #E70013

Tints of Venetian Red #E70013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 92.4%
G = 0%
B = 7.6%

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

#E70013 (or 0xE70013) is known color: Venetian Red. HEX triplet: E7, 00 and 13. RGB value is (231,0,19). Sum of RGB (Red+Green+Blue) = 231+0+19=250 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 231 - color contains mainly: red. Hex color #E70013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70013 is #18FFEC. Grayscale: #474747. Windows color (decimal): -1638381 or 1245415. OLE color: 1245415.

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

Color convert

RGB 231 0 19 -
CMYK 0 1 0.92 0.09
HSL 355.06º 1% 0.45% -
HSV(B) 355.06º 1% 0.91% -
XYZ 33.07 17.04 2.16 -
YUV 71.24 98.53 241.96 -
System Red Green Blue C M Y K H S L
Decimal 231 0 19 0 1 0.92 0.09 355.06 1 0.45
Hex E7 0 13 0 64 5C 9 163 64 2D
Octal 347 0 23 0 144 134 11 543 144 55
Binary 11100111 0 10011 0 1100100 1011100 1001 101100011 1100100 101101

Color Harmonies of #E70013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70013

Black with #E70013

Text Example


Text Example

White with #E70013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70013; }

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

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

background-color css

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

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

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

border-color css

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

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

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