Html Css Color HEX #E8060B Venetian Red

📋 copy color: '#E8060B'

red 232 ◦ green 6 ◦ blue 11

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

Shades of Venetian Red #E8060B

Tints of Venetian Red #E8060B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 93.17%
G = 2.41%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8060B (or 0xE8060B) is known color: Venetian Red. HEX triplet: E8, 06 and 0B. RGB value is (232,6,11). Sum of RGB (Red+Green+Blue) = 232+6+11=249 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.17% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 232 - color contains mainly: red. Hex color #E8060B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8060B is #17F9F4. Grayscale: #4A4A4A. Windows color (decimal): -1571317 or 722664. OLE color: 722664.

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

Color convert

RGB 232 6 11 -
CMYK 0 0.97 0.95 0.09
HSL 358.67º 0.95% 0.47% -
HSV(B) 358.67º 0.97% 0.91% -
XYZ 33.4 17.31 1.9 -
YUV 74.14 92.37 240.59 -
System Red Green Blue C M Y K H S L
Decimal 232 6 11 0 0.97 0.95 0.09 358.67 0.95 0.47
Hex E8 6 B 0 61 5F 9 167 5F 2F
Octal 350 6 13 0 141 137 11 547 137 57
Binary 11101000 110 1011 0 1100001 1011111 1001 101100111 1011111 101111

Color Harmonies of #E8060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8060B

Black with #E8060B

Text Example


Text Example

White with #E8060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8060B; }

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

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

background-color css

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

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

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

border-color css

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

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

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