Html Css Color HEX #E70615 Venetian Red

📋 copy color: '#E70615'

red 231 ◦ green 6 ◦ blue 21

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

Shades of Venetian Red #E70615

Tints of Venetian Red #E70615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 89.53%
G = 2.33%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E70615 (or 0xE70615) is known color: Venetian Red. HEX triplet: E7, 06 and 15. RGB value is (231,6,21). Sum of RGB (Red+Green+Blue) = 231+6+21=258 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.53% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 231 - color contains mainly: red. Hex color #E70615 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70615 is #18F9EA. Grayscale: #4B4B4B. Windows color (decimal): -1636843 or 1378023. OLE color: 1378023.

HSL color Cylindrical-coordinate representation of color #E70615: hue angle of 356º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70615 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 6 21 -
CMYK 0 0.97 0.91 0.09
HSL 356º 0.95% 0.46% -
HSV(B) 356º 0.97% 0.91% -
XYZ 33.16 17.17 2.28 -
YUV 74.99 97.54 239.28 -
System Red Green Blue C M Y K H S L
Decimal 231 6 21 0 0.97 0.91 0.09 356 0.95 0.46
Hex E7 6 15 0 61 5B 9 164 5F 2E
Octal 347 6 25 0 141 133 11 544 137 56
Binary 11100111 110 10101 0 1100001 1011011 1001 101100100 1011111 101110

Color Harmonies of #E70615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70615

Black with #E70615

Text Example


Text Example

White with #E70615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70615; }

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

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

background-color css

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

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

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

border-color css

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

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

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