Html Css Color HEX #E70204 Venetian Red

📋 copy color: '#E70204'

red 231 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #E70204

Tints of Venetian Red #E70204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 97.47%
G = 0.84%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E70204 (or 0xE70204) is known color: Venetian Red. HEX triplet: E7, 02 and 04. RGB value is (231,2,4). Sum of RGB (Red+Green+Blue) = 231+2+4=237 (31% of max value = 765). Red value is 231 (90.62% from 255 or 97.47% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 231 - color contains mainly: red. Hex color #E70204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70204 is #18FDFB. Grayscale: #464646. Windows color (decimal): -1637884 or 262887. OLE color: 262887.

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

Color convert

RGB 231 2 4 -
CMYK 0 0.99 0.98 0.09
HSL 359.48º 0.98% 0.46% -
HSV(B) 359.48º 0.99% 0.91% -
XYZ 33 17.04 1.66 -
YUV 70.7 90.37 242.34 -
System Red Green Blue C M Y K H S L
Decimal 231 2 4 0 0.99 0.98 0.09 359.48 0.98 0.46
Hex E7 2 4 0 63 62 9 167 62 2E
Octal 347 2 4 0 143 142 11 547 142 56
Binary 11100111 10 100 0 1100011 1100010 1001 101100111 1100010 101110

Color Harmonies of #E70204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70204

Black with #E70204

Text Example


Text Example

White with #E70204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70204; }

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

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

background-color css

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

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

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

border-color css

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

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

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