#AF0D06

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

Shades of Free Speech Red #AF0D06

Tints of Free Speech Red #AF0D06

Color information

#AF0D06 (or 0xAF0D06) is unknown color: approx Free Speech Red. HEX triplet: AF, 0D and 06. RGB value is (175,13,6). Sum of RGB (Red+Green+Blue) = 175+13+6=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0D06 is #50F2F9. Grayscale: #3C3C3C. Windows color (decimal): -5305082 or 396719. OLE color: 396719.

HSL color Cylindrical-coordinate representation of color #AF0D06: hue angle of 2.49º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0D06 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB175136-
CMYK00.930.970.31
HSL2.49º93.37%35.49%-
HSV(B)2.49º96.57%68.63%-
XYZ17.869.411.05-
YUV60.6497.17209.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 90.21%
GREEN value IS 13 (5.47% from 255) = 6.70%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=90.21%
G=6.70%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513600.930.970.312.4993.3735.49
HexAFD605D611F25d23
Octal257156013514137213543
Binary10101111110111001011101110000111111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0D06; }

 p { color: rgb(175,13,6); }

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

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

 a { background-color: rgb(175,13,6); }

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

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

 span { border-color: rgb(175,13,6); }

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