Html Css Color HEX #E70009 Venetian Red

📋 copy color: '#E70009'

red 231 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #E70009

Tints of Venetian Red #E70009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.75%

R = 96.25%
G = 0%
B = 3.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E70009 (or 0xE70009) is known color: Venetian Red. HEX triplet: E7, 00 and 09. RGB value is (231,0,9). Sum of RGB (Red+Green+Blue) = 231+0+9=240 (31% of max value = 765). Red value is 231 (90.62% from 255 or 96.25% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 231 - color contains mainly: red. Hex color #E70009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70009 is #18FFF6. Grayscale: #464646. Windows color (decimal): -1638391 or 590055. OLE color: 590055.

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

Color convert

RGB 231 0 9 -
CMYK 0 1 0.96 0.09
HSL 357.66º 1% 0.45% -
HSV(B) 357.66º 1% 0.91% -
XYZ 33 17.01 1.8 -
YUV 70.1 93.53 242.77 -
System Red Green Blue C M Y K H S L
Decimal 231 0 9 0 1 0.96 0.09 357.66 1 0.45
Hex E7 0 9 0 64 60 9 166 64 2D
Octal 347 0 11 0 144 140 11 546 144 55
Binary 11100111 0 1001 0 1100100 1100000 1001 101100110 1100100 101101

Color Harmonies of #E70009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70009

Black with #E70009

Text Example


Text Example

White with #E70009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70009; }

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

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

background-color css

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

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

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

border-color css

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

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

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