Html Css Color HEX #E8060D Venetian Red

📋 copy color: '#E8060D'

red 232 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #E8060D

Tints of Venetian Red #E8060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 92.43%
G = 2.39%
B = 5.18%

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

#E8060D (or 0xE8060D) is known color: Venetian Red. HEX triplet: E8, 06 and 0D. RGB value is (232,6,13). Sum of RGB (Red+Green+Blue) = 232+6+13=251 (33% of max value = 765). Red value is 232 (91.02% from 255 or 92.43% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 232 - color contains mainly: red. Hex color #E8060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8060D is #17F9F2. Grayscale: #4A4A4A. Windows color (decimal): -1571315 or 853736. OLE color: 853736.

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

Color convert

RGB 232 6 13 -
CMYK 0 0.97 0.94 0.09
HSL 358.14º 0.95% 0.47% -
HSV(B) 358.14º 0.97% 0.91% -
XYZ 33.42 17.32 1.96 -
YUV 74.37 93.37 240.43 -
System Red Green Blue C M Y K H S L
Decimal 232 6 13 0 0.97 0.94 0.09 358.14 0.95 0.47
Hex E8 6 D 0 61 5E 9 166 5F 2F
Octal 350 6 15 0 141 136 11 546 137 57
Binary 11101000 110 1101 0 1100001 1011110 1001 101100110 1011111 101111

Color Harmonies of #E8060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8060D

Black with #E8060D

Text Example


Text Example

White with #E8060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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