Html Css Color HEX #E70115 Venetian Red

📋 copy color: '#E70115'

red 231 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #E70115

Tints of Venetian Red #E70115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 91.3%
G = 0.4%
B = 8.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E70115 (or 0xE70115) is known color: Venetian Red. HEX triplet: E7, 01 and 15. RGB value is (231,1,21). Sum of RGB (Red+Green+Blue) = 231+1+21=253 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.30% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 231 - color contains mainly: red. Hex color #E70115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70115 is #18FEEA. Grayscale: #484848. Windows color (decimal): -1638123 or 1376743. OLE color: 1376743.

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

Color convert

RGB 231 1 21 -
CMYK 0 1.00 0.91 0.09
HSL 354.78º 0.99% 0.45% -
HSV(B) 354.78º 1% 0.91% -
XYZ 33.1 17.06 2.26 -
YUV 72.05 99.2 241.37 -
System Red Green Blue C M Y K H S L
Decimal 231 1 21 0 1.00 0.91 0.09 354.78 0.99 0.45
Hex E7 1 15 0 64 5B 9 163 63 2D
Octal 347 1 25 0 144 133 11 543 143 55
Binary 11100111 1 10101 0 1100100 1011011 1001 101100011 1100011 101101

Color Harmonies of #E70115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70115

Black with #E70115

Text Example


Text Example

White with #E70115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70115; }

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

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

background-color css

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

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

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

border-color css

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

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

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