#AF0F06

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

Shades of Free Speech Red #AF0F06

Tints of Free Speech Red #AF0F06

Color information

#AF0F06 (or 0xAF0F06) is unknown color: approx Free Speech Red. HEX triplet: AF, 0F and 06. RGB value is (175,15,6). Sum of RGB (Red+Green+Blue) = 175+15+6=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0F06 is #50F0F9. Grayscale: #3E3E3E. Windows color (decimal): -5304570 or 397231. OLE color: 397231.

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

Color convert

RGB175156-
CMYK00.910.970.31
HSL3.2º93.37%35.49%-
HSV(B)3.2º96.57%68.63%-
XYZ17.889.471.06-
YUV61.8196.51208.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 89.29%
GREEN value IS 15 (6.25% from 255) = 7.65%
BLUE value IS 6 (2.73% from 255) = 3.06%
R=89.29%
G=7.65%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515600.910.970.313.293.3735.49
HexAFF605B611F35d23
Octal257176013314137313543
Binary10101111111111001011011110000111111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0F06; }

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

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

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

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

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

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

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

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