Html Css Color HEX #E8000F Venetian Red

📋 copy color: '#E8000F'

red 232 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #E8000F

Tints of Venetian Red #E8000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 93.93%
G = 0%
B = 6.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8000F (or 0xE8000F) is known color: Venetian Red. HEX triplet: E8, 00 and 0F. RGB value is (232,0,15). Sum of RGB (Red+Green+Blue) = 232+0+15=247 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.93% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 232 - color contains mainly: red. Hex color #E8000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8000F is #17FFF0. Grayscale: #474747. Windows color (decimal): -1572849 or 983272. OLE color: 983272.

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

Color convert

RGB 232 0 15 -
CMYK 0 1 0.94 0.09
HSL 356.12º 1% 0.45% -
HSV(B) 356.12º 1% 0.91% -
XYZ 33.36 17.19 2.01 -
YUV 71.08 96.36 242.78 -
System Red Green Blue C M Y K H S L
Decimal 232 0 15 0 1 0.94 0.09 356.12 1 0.45
Hex E8 0 F 0 64 5E 9 164 64 2D
Octal 350 0 17 0 144 136 11 544 144 55
Binary 11101000 0 1111 0 1100100 1011110 1001 101100100 1100100 101101

Color Harmonies of #E8000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8000F

Black with #E8000F

Text Example


Text Example

White with #E8000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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