#AF1109

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

Shades of Free Speech Red #AF1109

Tints of Free Speech Red #AF1109

Color information

#AF1109 (or 0xAF1109) is unknown color: approx Free Speech Red. HEX triplet: AF, 11 and 09. RGB value is (175,17,9). Sum of RGB (Red+Green+Blue) = 175+17+9=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1109 is #50EEF6. Grayscale: #3F3F3F. Windows color (decimal): -5304055 or 594351. OLE color: 594351.

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

Color convert

RGB175179-
CMYK00.900.950.31
HSL2.89º90.22%36.08%-
HSV(B)2.89º94.86%68.63%-
XYZ17.939.531.15-
YUV63.3397.35207.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 87.06%
GREEN value IS 17 (7.03% from 255) = 8.46%
BLUE value IS 9 (3.91% from 255) = 4.48%
R=87.06%
G=8.46%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517900.900.950.312.8990.2236.08
HexAF11905A5F1F35a24
Octal2572111013213737313244
Binary1010111110001100101011010101111111111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1109; }

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

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

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

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

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

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

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

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