Html Css Color HEX #E70018 Venetian Red

📋 copy color: '#E70018'

red 231 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #E70018

Tints of Venetian Red #E70018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 90.59%
G = 0%
B = 9.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E70018 (or 0xE70018) is known color: Venetian Red. HEX triplet: E7, 00 and 18. RGB value is (231,0,24). Sum of RGB (Red+Green+Blue) = 231+0+24=255 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.59% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 231 - color contains mainly: red. Hex color #E70018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70018 is #18FFE7. Grayscale: #474747. Windows color (decimal): -1638376 or 1573095. OLE color: 1573095.

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

Color convert

RGB 231 0 24 -
CMYK 0 1 0.90 0.09
HSL 353.77º 1% 0.45% -
HSV(B) 353.77º 1% 0.91% -
XYZ 33.12 17.05 2.41 -
YUV 71.81 101.03 241.55 -
System Red Green Blue C M Y K H S L
Decimal 231 0 24 0 1 0.90 0.09 353.77 1 0.45
Hex E7 0 18 0 64 5A 9 162 64 2D
Octal 347 0 30 0 144 132 11 542 144 55
Binary 11100111 0 11000 0 1100100 1011010 1001 101100010 1100100 101101

Color Harmonies of #E70018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70018

Black with #E70018

Text Example


Text Example

White with #E70018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70018; }

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

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

background-color css

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

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

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

border-color css

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

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

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