#AF1117

Color #AF1117 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #AF1117

Tints of Venetian Red #AF1117

Color information

#AF1117 (or 0xAF1117) is unknown color: approx Venetian Red. HEX triplet: AF, 11 and 17. RGB value is (175,17,23). Sum of RGB (Red+Green+Blue) = 175+17+23=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1117 is #50EEE8. Grayscale: #414141. Windows color (decimal): -5304041 or 1511855. OLE color: 1511855.

HSL color Cylindrical-coordinate representation of color #AF1117: hue angle of 357.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1117 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB1751723-
CMYK00.900.870.31
HSL357.72º82.29%37.65%-
HSV(B)357.72º90.29%68.63%-
XYZ18.039.581.71-
YUV64.93104.35206.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 81.40%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 23 (9.38% from 255) = 10.70%
R=81.40%
G=7.91%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175172300.900.870.31357.7282.2937.65
HexAF111705A571F1665226
Octal257212701321273754612246
Binary101011111000110111010110101010111111111011001101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1117; }

 p { color: rgb(175,17,23); }

 H1.HeaderClassName
 {
   color: #AF1117;
 }
 .AnyTagClassName
 {
   color: #AF1117;
 }
</style>
background-color css

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

 a { background-color: rgb(175,17,23); }

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

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

 span { border-color: rgb(175,17,23); }

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