Html Css Color HEX #AF1701 Free Speech Red

📋 copy color: '#AF1701'

red 175 ◦ green 23 ◦ blue 1

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

Shades of Free Speech Red #AF1701

Tints of Free Speech Red #AF1701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 87.94%
G = 11.56%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF1701 (or 0xAF1701) is known color: Free Speech Red. HEX triplet: AF, 17 and 01. RGB value is (175,23,1). Sum of RGB (Red+Green+Blue) = 175+23+1=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1701 is #50E8FE. Grayscale: #424242. Windows color (decimal): -5302527 or 71599. OLE color: 71599.

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

Color convert

RGB 175 23 1 -
CMYK 0 0.87 0.99 0.31
HSL 7.59º 0.99% 0.35% -
HSV(B) 7.59º 0.99% 0.69% -
XYZ 17.99 9.73 0.96 -
YUV 65.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 175 23 1 0 0.87 0.99 0.31 7.59 0.99 0.35
Hex AF 17 1 0 57 63 1F 8 63 23
Octal 257 27 1 0 127 143 37 10 143 43
Binary 10101111 10111 1 0 1010111 1100011 11111 1000 1100011 100011

Color Harmonies of #AF1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1701

Black with #AF1701

Text Example


Text Example

White with #AF1701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1701; }

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

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

background-color css

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

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

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

border-color css

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

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

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