#AF1121

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

Shades of Venetian Red #AF1121

Tints of Venetian Red #AF1121

Color information

#AF1121 (or 0xAF1121) is unknown color: approx Venetian Red. HEX triplet: AF, 11 and 21. RGB value is (175,17,33). Sum of RGB (Red+Green+Blue) = 175+17+33=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1121 is #50EEDE. Grayscale: #424242. Windows color (decimal): -5304031 or 2167215. OLE color: 2167215.

HSL color Cylindrical-coordinate representation of color #AF1121: hue angle of 353.92º 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 #AF1121 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1751733-
CMYK00.900.810.31
HSL353.92º82.29%37.65%-
HSV(B)353.92º90.29%68.63%-
XYZ18.159.622.34-
YUV66.07109.35205.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 77.78%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 33 (13.28% from 255) = 14.67%
R=77.78%
G=7.56%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175173300.900.810.31353.9282.2937.65
HexAF112105A511F1625226
Octal257214101321213754212246
Binary1010111110001100001010110101010001111111011000101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1121; }

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

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

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

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

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

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

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

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