#AF0E06

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

Shades of Free Speech Red #AF0E06

Tints of Free Speech Red #AF0E06

Color information

#AF0E06 (or 0xAF0E06) is unknown color: approx Free Speech Red. HEX triplet: AF, 0E and 06. RGB value is (175,14,6). Sum of RGB (Red+Green+Blue) = 175+14+6=195 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.74% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0E06 is #50F1F9. Grayscale: #3D3D3D. Windows color (decimal): -5304826 or 396975. OLE color: 396975.

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

Color convert

RGB175146-
CMYK00.920.970.31
HSL2.84º93.37%35.49%-
HSV(B)2.84º96.57%68.63%-
XYZ17.879.441.05-
YUV61.2396.84209.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 89.74%
GREEN value IS 14 (5.86% from 255) = 7.18%
BLUE value IS 6 (2.73% from 255) = 3.08%
R=89.74%
G=7.18%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514600.920.970.312.8493.3735.49
HexAFE605C611F35d23
Octal257166013414137313543
Binary10101111111011001011100110000111111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0E06; }

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

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

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

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

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

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

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

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