#AF1701

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

Shades of Free Speech Red #AF1701

Tints of Free Speech Red #AF1701

Color information

#AF1701 (or 0xAF1701) is unknown color: approx Free Speech Red. HEX triplet: AF, 17 and 01. RGB value is (175,23,1). Sum of RGB (Red+Green+Blue) = 175+23+1=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1701 is #50E8FE. Grayscale: #424242. Windows color (decimal): -5302527 or 71599. OLE color: 71599.

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

Color convert

RGB175231-
CMYK00.870.990.31
HSL7.59º98.86%34.51%-
HSV(B)7.59º99.43%68.63%-
XYZ17.999.730.96-
YUV65.9491.36205.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 87.94%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=87.94%
G=11.56%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17523100.870.990.317.5998.8634.51
HexAF171057631F86323
Octal2572710127143371014343
Binary101011111011110101011111000111111110001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1701; }

 p { color: rgb(175,23,1); }

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

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

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

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

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

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

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