Html Css Color HEX #AF1700 Free Speech Red

📋 copy color: '#AF1700'

red 175 ◦ green 23 ◦ blue 0

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

Shades of Free Speech Red #AF1700

Tints of Free Speech Red #AF1700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.62%

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

R = 88.38%
G = 11.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF1700 (or 0xAF1700) is known color: Free Speech Red. HEX triplet: AF, 17 and 00. RGB value is (175,23,0). Sum of RGB (Red+Green+Blue) = 175+23+0=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1700 is #50E8FF. Grayscale: #424242. Windows color (decimal): -5302528 or 6063. OLE color: 6063.

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

Color convert

RGB 175 23 0 -
CMYK 0 0.87 1 0.31
HSL 7.89º 1% 0.34% -
HSV(B) 7.89º 1% 0.69% -
XYZ 17.99 9.73 0.93 -
YUV 65.83 90.86 205.87 -
System Red Green Blue C M Y K H S L
Decimal 175 23 0 0 0.87 1 0.31 7.89 1 0.34
Hex AF 17 0 0 57 64 1F 8 64 22
Octal 257 27 0 0 127 144 37 10 144 42
Binary 10101111 10111 0 0 1010111 1100100 11111 1000 1100100 100010

Color Harmonies of #AF1700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1700

Black with #AF1700

Text Example


Text Example

White with #AF1700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1700; }

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

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

background-color css

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

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

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

border-color css

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

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

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