Html Css Color HEX #E70017 Venetian Red

📋 copy color: '#E70017'

red 231 ◦ green 0 ◦ blue 23

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

Shades of Venetian Red #E70017

Tints of Venetian Red #E70017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.06%

R = 90.94%
G = 0%
B = 9.06%

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

#E70017 (or 0xE70017) is known color: Venetian Red. HEX triplet: E7, 00 and 17. RGB value is (231,0,23). Sum of RGB (Red+Green+Blue) = 231+0+23=254 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.94% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 231 - color contains mainly: red. Hex color #E70017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70017 is #18FFE8. Grayscale: #474747. Windows color (decimal): -1638377 or 1507559. OLE color: 1507559.

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

Color convert

RGB 231 0 23 -
CMYK 0 1 0.90 0.09
HSL 354.03º 1% 0.45% -
HSV(B) 354.03º 1% 0.91% -
XYZ 33.11 17.05 2.36 -
YUV 71.69 100.53 241.63 -
System Red Green Blue C M Y K H S L
Decimal 231 0 23 0 1 0.90 0.09 354.03 1 0.45
Hex E7 0 17 0 64 5A 9 162 64 2D
Octal 347 0 27 0 144 132 11 542 144 55
Binary 11100111 0 10111 0 1100100 1011010 1001 101100010 1100100 101101

Color Harmonies of #E70017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70017

Black with #E70017

Text Example


Text Example

White with #E70017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70017; }

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

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

background-color css

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

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

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

border-color css

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

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

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