Html Css Color HEX #E70004 Venetian Red

📋 copy color: '#E70004'

red 231 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #E70004

Tints of Venetian Red #E70004

RGB

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

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

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

R = 98.3%
G = 0%
B = 1.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E70004 (or 0xE70004) is known color: Venetian Red. HEX triplet: E7, 00 and 04. RGB value is (231,0,4). Sum of RGB (Red+Green+Blue) = 231+0+4=235 (31% of max value = 765). Red value is 231 (90.62% from 255 or 98.30% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 231 - color contains mainly: red. Hex color #E70004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70004 is #18FFFB. Grayscale: #454545. Windows color (decimal): -1638396 or 262375. OLE color: 262375.

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

Color convert

RGB 231 0 4 -
CMYK 0 1 0.98 0.09
HSL 358.96º 1% 0.45% -
HSV(B) 358.96º 1% 0.91% -
XYZ 32.98 17 1.66 -
YUV 69.53 91.03 243.17 -
System Red Green Blue C M Y K H S L
Decimal 231 0 4 0 1 0.98 0.09 358.96 1 0.45
Hex E7 0 4 0 64 62 9 167 64 2D
Octal 347 0 4 0 144 142 11 547 144 55
Binary 11100111 0 100 0 1100100 1100010 1001 101100111 1100100 101101

Color Harmonies of #E70004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70004

Black with #E70004

Text Example


Text Example

White with #E70004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70004; }

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

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

background-color css

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

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

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

border-color css

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

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

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