Html Css Color HEX #AF1400 Free Speech Red

📋 copy color: '#AF1400'

red 175 ◦ green 20 ◦ blue 0

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

Shades of Free Speech Red #AF1400

Tints of Free Speech Red #AF1400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.74%
G = 10.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF1400 (or 0xAF1400) is known color: Free Speech Red. HEX triplet: AF, 14 and 00. RGB value is (175,20,0). Sum of RGB (Red+Green+Blue) = 175+20+0=195 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.74% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1400 is #50EBFF. Grayscale: #404040. Windows color (decimal): -5303296 or 5295. OLE color: 5295.

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

Color convert

RGB 175 20 0 -
CMYK 0 0.89 1 0.31
HSL 6.86º 1% 0.34% -
HSV(B) 6.86º 1% 0.69% -
XYZ 17.93 9.61 0.91 -
YUV 64.07 91.85 207.13 -
System Red Green Blue C M Y K H S L
Decimal 175 20 0 0 0.89 1 0.31 6.86 1 0.34
Hex AF 14 0 0 59 64 1F 7 64 22
Octal 257 24 0 0 131 144 37 7 144 42
Binary 10101111 10100 0 0 1011001 1100100 11111 111 1100100 100010

Color Harmonies of #AF1400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1400

Black with #AF1400

Text Example


Text Example

White with #AF1400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1400; }

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

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

background-color css

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

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

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

border-color css

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

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

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