#AF0A08

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

Shades of Free Speech Red #AF0A08

Tints of Free Speech Red #AF0A08

Color information

#AF0A08 (or 0xAF0A08) is unknown color: approx Free Speech Red. HEX triplet: AF, 0A and 08. RGB value is (175,10,8). Sum of RGB (Red+Green+Blue) = 175+10+8=193 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.67% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0A08 is #50F5F7. Grayscale: #3B3B3B. Windows color (decimal): -5305848 or 527023. OLE color: 527023.

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

Color convert

RGB175108-
CMYK00.940.950.31
HSL0.72º91.26%35.88%-
HSV(B)0.72º95.43%68.63%-
XYZ17.839.351.09-
YUV59.1199.16210.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 90.67%
GREEN value IS 10 (4.30% from 255) = 5.18%
BLUE value IS 8 (3.52% from 255) = 4.15%
R=90.67%
G=5.18%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510800.940.950.310.7291.2635.88
HexAFA805E5F1F15b24
Octal2571210013613737113344
Binary10101111101010000101111010111111111111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0A08; }

 p { color: rgb(175,10,8); }

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

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

 a { background-color: rgb(175,10,8); }

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

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

 span { border-color: rgb(175,10,8); }

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