#AF1404

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

Shades of Free Speech Red #AF1404

Tints of Free Speech Red #AF1404

Color information

#AF1404 (or 0xAF1404) is unknown color: approx Free Speech Red. HEX triplet: AF, 14 and 04. RGB value is (175,20,4). Sum of RGB (Red+Green+Blue) = 175+20+4=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1404 is #50EBFB. Grayscale: #404040. Windows color (decimal): -5303292 or 267439. OLE color: 267439.

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

Color convert

RGB175204-
CMYK00.890.980.31
HSL5.61º95.53%35.1%-
HSV(B)5.61º97.71%68.63%-
XYZ17.959.621.03-
YUV64.5293.85206.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 87.94%
GREEN value IS 20 (8.20% from 255) = 10.05%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=87.94%
G=10.05%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17520400.890.980.315.6195.5335.1
HexAF144059621F66023
Octal257244013114237614043
Binary1010111110100100010110011100010111111101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1404; }

 p { color: rgb(175,20,4); }

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

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

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

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

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

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

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