Html Css Color HEX #AF1309 Free Speech Red

📋 copy color: '#AF1309'

red 175 ◦ green 19 ◦ blue 9

#AF1309
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #AF1309

Tints of Free Speech Red #AF1309

RGB

 RED value IS 175 (68.75% from 255) = 86.21%

 GREEN value IS 19 (7.81% from 255) = 9.36%

 BLUE value IS 9 (3.91% from 255) = 4.43%

R = 86.21%
G = 9.36%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF1309 (or 0xAF1309) is known color: Free Speech Red. HEX triplet: AF, 13 and 09. RGB value is (175,19,9). Sum of RGB (Red+Green+Blue) = 175+19+9=203 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.21% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1309 is #50ECF6. Grayscale: #404040. Windows color (decimal): -5303543 or 594863. OLE color: 594863.

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

Color convert

RGB 175 19 9 -
CMYK 0 0.89 0.95 0.31
HSL 3.61º 0.9% 0.36% -
HSV(B) 3.61º 0.95% 0.69% -
XYZ 17.96 9.6 1.16 -
YUV 64.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 175 19 9 0 0.89 0.95 0.31 3.61 0.9 0.36
Hex AF 13 9 0 59 5F 1F 4 5A 24
Octal 257 23 11 0 131 137 37 4 132 44
Binary 10101111 10011 1001 0 1011001 1011111 11111 100 1011010 100100

Color Harmonies of #AF1309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1309

Black with #AF1309

Text Example


Text Example

White with #AF1309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1309; }

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

 H1.HeaderClassName
 {
   color: #AF1309;
 }
 .AnyTagClassName
 {
   color: #AF1309;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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