#AF0000

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

Shades of Free Speech Red #AF0000

Tints of Free Speech Red #AF0000

Color information

#AF0000 (or 0xAF0000) is unknown color: approx Free Speech Red. HEX triplet: AF, 00 and 00. RGB value is (175,0,0). Sum of RGB (Red+Green+Blue) = 175+0+0=175 (23% of max value = 765). Red value is 175 (68.75% from 255 or 100% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0000 is #50FFFF. Grayscale: #343434. Windows color (decimal): -5308416 or 175. OLE color: 175.

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

Color convert

RGB17500-
CMYK0110.31
HSL100%34.31%-
HSV(B)100%68.63%-
XYZ17.689.110.83-
YUV52.3298.48215.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 100%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 0 (0.39% from 255) = 0%
R=100%
G=0%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175000110.31010034.31
HexAF00064641F06422
Octal25700014414437014442
Binary10101111000110010011001001111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0000; }

 p { color: rgb(175,0,0); }

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

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

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

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

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

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

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