Html Css Color HEX #E70015 Venetian Red

📋 copy color: '#E70015'

red 231 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #E70015

Tints of Venetian Red #E70015

RGB

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

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

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

R = 91.67%
G = 0%
B = 8.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E70015 (or 0xE70015) is known color: Venetian Red. HEX triplet: E7, 00 and 15. RGB value is (231,0,21). Sum of RGB (Red+Green+Blue) = 231+0+21=252 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.67% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 231 - color contains mainly: red. Hex color #E70015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70015 is #18FFEA. Grayscale: #474747. Windows color (decimal): -1638379 or 1376487. OLE color: 1376487.

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

Color convert

RGB 231 0 21 -
CMYK 0 1 0.91 0.09
HSL 354.55º 1% 0.45% -
HSV(B) 354.55º 1% 0.91% -
XYZ 33.09 17.04 2.26 -
YUV 71.46 99.53 241.79 -
System Red Green Blue C M Y K H S L
Decimal 231 0 21 0 1 0.91 0.09 354.55 1 0.45
Hex E7 0 15 0 64 5B 9 163 64 2D
Octal 347 0 25 0 144 133 11 543 144 55
Binary 11100111 0 10101 0 1100100 1011011 1001 101100011 1100100 101101

Color Harmonies of #E70015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70015

Black with #E70015

Text Example


Text Example

White with #E70015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70015; }

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

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

background-color css

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

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

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

border-color css

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

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

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