Html Css Color HEX #E80008 Venetian Red

📋 copy color: '#E80008'

red 232 ◦ green 0 ◦ blue 8

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

Shades of Venetian Red #E80008

Tints of Venetian Red #E80008

RGB

 RED value IS 232 (91.02% from 255) = 96.67%

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

 BLUE value IS 8 (3.52% from 255) = 3.33%

R = 96.67%
G = 0%
B = 3.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E80008 (or 0xE80008) is known color: Venetian Red. HEX triplet: E8, 00 and 08. RGB value is (232,0,8). Sum of RGB (Red+Green+Blue) = 232+0+8=240 (31% of max value = 765). Red value is 232 (91.02% from 255 or 96.67% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 232 - color contains mainly: red. Hex color #E80008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80008 is #17FFF7. Grayscale: #464646. Windows color (decimal): -1572856 or 524520. OLE color: 524520.

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

Color convert

RGB 232 0 8 -
CMYK 0 1 0.97 0.09
HSL 357.93º 1% 0.45% -
HSV(B) 357.93º 1% 0.91% -
XYZ 33.32 17.17 1.79 -
YUV 70.28 92.86 243.35 -
System Red Green Blue C M Y K H S L
Decimal 232 0 8 0 1 0.97 0.09 357.93 1 0.45
Hex E8 0 8 0 64 61 9 166 64 2D
Octal 350 0 10 0 144 141 11 546 144 55
Binary 11101000 0 1000 0 1100100 1100001 1001 101100110 1100100 101101

Color Harmonies of #E80008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80008

Black with #E80008

Text Example


Text Example

White with #E80008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80008; }

 p { color: rgb(232,0,8); }

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

background-color css

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

 a { background-color: rgb(232,0,8); }

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

border-color css

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

 span { border-color: rgb(232,0,8); }

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