#AF1009

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

Shades of Free Speech Red #AF1009

Tints of Free Speech Red #AF1009

Color information

#AF1009 (or 0xAF1009) is unknown color: approx Free Speech Red. HEX triplet: AF, 10 and 09. RGB value is (175,16,9). Sum of RGB (Red+Green+Blue) = 175+16+9=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1009 is #50EFF6. Grayscale: #3E3E3E. Windows color (decimal): -5304311 or 594095. OLE color: 594095.

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

Color convert

RGB175169-
CMYK00.910.950.31
HSL2.53º90.22%36.08%-
HSV(B)2.53º94.86%68.63%-
XYZ17.919.51.15-
YUV62.7497.68208.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 87.5%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 9 (3.91% from 255) = 4.5%
R=87.5%
G=8%
B=4.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516900.910.950.312.5390.2236.08
HexAF10905B5F1F35a24
Octal2572011013313737313244
Binary1010111110000100101011011101111111111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1009; }

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

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

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

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

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

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

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

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