Html Css Color HEX #E70415 Venetian Red

📋 copy color: '#E70415'

red 231 ◦ green 4 ◦ blue 21

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

Shades of Venetian Red #E70415

Tints of Venetian Red #E70415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 90.23%
G = 1.56%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E70415 (or 0xE70415) is known color: Venetian Red. HEX triplet: E7, 04 and 15. RGB value is (231,4,21). Sum of RGB (Red+Green+Blue) = 231+4+21=256 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.23% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 231 - color contains mainly: red. Hex color #E70415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70415 is #18FBEA. Grayscale: #494949. Windows color (decimal): -1637355 or 1377511. OLE color: 1377511.

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

Color convert

RGB 231 4 21 -
CMYK 0 0.98 0.91 0.09
HSL 355.51º 0.97% 0.46% -
HSV(B) 355.51º 0.98% 0.91% -
XYZ 33.13 17.13 2.27 -
YUV 73.81 98.21 240.12 -
System Red Green Blue C M Y K H S L
Decimal 231 4 21 0 0.98 0.91 0.09 355.51 0.97 0.46
Hex E7 4 15 0 62 5B 9 164 61 2E
Octal 347 4 25 0 142 133 11 544 141 56
Binary 11100111 100 10101 0 1100010 1011011 1001 101100100 1100001 101110

Color Harmonies of #E70415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70415

Black with #E70415

Text Example


Text Example

White with #E70415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70415; }

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

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

background-color css

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

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

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

border-color css

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

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

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