Html Css Color HEX #E70117 Venetian Red

📋 copy color: '#E70117'

red 231 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #E70117

Tints of Venetian Red #E70117

RGB

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

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

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

R = 90.59%
G = 0.39%
B = 9.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E70117 (or 0xE70117) is known color: Venetian Red. HEX triplet: E7, 01 and 17. RGB value is (231,1,23). Sum of RGB (Red+Green+Blue) = 231+1+23=255 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.59% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 231 - color contains mainly: red. Hex color #E70117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70117 is #18FEE8. Grayscale: #484848. Windows color (decimal): -1638121 or 1507815. OLE color: 1507815.

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

Color convert

RGB 231 1 23 -
CMYK 0 1.00 0.90 0.09
HSL 354.26º 0.99% 0.45% -
HSV(B) 354.26º 1% 0.91% -
XYZ 33.12 17.07 2.36 -
YUV 72.28 100.2 241.21 -
System Red Green Blue C M Y K H S L
Decimal 231 1 23 0 1.00 0.90 0.09 354.26 0.99 0.45
Hex E7 1 17 0 64 5A 9 162 63 2D
Octal 347 1 27 0 144 132 11 542 143 55
Binary 11100111 1 10111 0 1100100 1011010 1001 101100010 1100011 101101

Color Harmonies of #E70117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70117

Black with #E70117

Text Example


Text Example

White with #E70117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70117; }

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

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

background-color css

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

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

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

border-color css

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

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

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