#AF1209

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

Shades of Free Speech Red #AF1209

Tints of Free Speech Red #AF1209

Color information

#AF1209 (or 0xAF1209) is unknown color: approx Free Speech Red. HEX triplet: AF, 12 and 09. RGB value is (175,18,9). Sum of RGB (Red+Green+Blue) = 175+18+9=202 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.63% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1209 is #50EDF6. Grayscale: #404040. Windows color (decimal): -5303799 or 594607. OLE color: 594607.

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

Color convert

RGB175189-
CMYK00.900.950.31
HSL3.25º90.22%36.08%-
HSV(B)3.25º94.86%68.63%-
XYZ17.949.571.16-
YUV63.9297.01207.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 86.63%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 9 (3.91% from 255) = 4.46%
R=86.63%
G=8.91%
B=4.46%

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
Decimal17518900.900.950.313.2590.2236.08
HexAF12905A5F1F35a24
Octal2572211013213737313244
Binary1010111110010100101011010101111111111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1209; }

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

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

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

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

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

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

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

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