Html Css Color HEX #E8060F Venetian Red

📋 copy color: '#E8060F'

red 232 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #E8060F

Tints of Venetian Red #E8060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.37%

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

R = 91.7%
G = 2.37%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8060F (or 0xE8060F) is known color: Venetian Red. HEX triplet: E8, 06 and 0F. RGB value is (232,6,15). Sum of RGB (Red+Green+Blue) = 232+6+15=253 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.70% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 232 - color contains mainly: red. Hex color #E8060F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8060F is #17F9F0. Grayscale: #4A4A4A. Windows color (decimal): -1571313 or 984808. OLE color: 984808.

HSL color Cylindrical-coordinate representation of color #E8060F: hue angle of 357.61º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8060F is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 6 15 -
CMYK 0 0.97 0.94 0.09
HSL 357.61º 0.95% 0.47% -
HSV(B) 357.61º 0.97% 0.91% -
XYZ 33.43 17.32 2.03 -
YUV 74.6 94.37 240.27 -
System Red Green Blue C M Y K H S L
Decimal 232 6 15 0 0.97 0.94 0.09 357.61 0.95 0.47
Hex E8 6 F 0 61 5E 9 166 5F 2F
Octal 350 6 17 0 141 136 11 546 137 57
Binary 11101000 110 1111 0 1100001 1011110 1001 101100110 1011111 101111

Color Harmonies of #E8060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8060F

Black with #E8060F

Text Example


Text Example

White with #E8060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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