#af1300

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

Shades of Free Speech Red #AF1300

Tints of Free Speech Red #AF1300

Color information

#AF1300 (or 0xAF1300) is unknown color: approx Free Speech Red. HEX triplet: AF, 13 and 00. RGB value is (175,19,0). Sum of RGB (Red+Green+Blue) = 175+19+0=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1300 is #50ECFF. Grayscale: #3F3F3F. Windows color (decimal): -5303552 or 5039. OLE color: 5039.

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

Color convert

RGB175190-
CMYK00.8910.31
HSL6.51º100%34.31%-
HSV(B)6.51º100%68.63%-
XYZ17.919.580.9-
YUV63.4892.18207.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 90.21%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.21%
G=9.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17519000.8910.316.5110034.31
HexAF130059641F76422
Octal257230013114437714442
Binary10101111100110010110011100100111111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1300; }

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

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

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

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

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

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

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

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