Html Css Color HEX #AD1701 Free Speech Red

📋 copy color: '#AD1701'

red 173 ◦ green 23 ◦ blue 1

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

Shades of Free Speech Red #AD1701

Tints of Free Speech Red #AD1701

RGB

 RED value IS 173 (67.97% from 255) = 87.82%

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

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

R = 87.82%
G = 11.68%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD1701 (or 0xAD1701) is known color: Free Speech Red. HEX triplet: AD, 17 and 01. RGB value is (173,23,1). Sum of RGB (Red+Green+Blue) = 173+23+1=197 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.82% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1701 is #52E8FE. Grayscale: #414141. Windows color (decimal): -5433599 or 71597. OLE color: 71597.

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

Color convert

RGB 173 23 1 -
CMYK 0 0.87 0.99 0.32
HSL 7.67º 0.99% 0.34% -
HSV(B) 7.67º 0.99% 0.68% -
XYZ 17.55 9.5 0.94 -
YUV 65.34 91.7 204.79 -
System Red Green Blue C M Y K H S L
Decimal 173 23 1 0 0.87 0.99 0.32 7.67 0.99 0.34
Hex AD 17 1 0 57 63 20 8 63 22
Octal 255 27 1 0 127 143 40 10 143 42
Binary 10101101 10111 1 0 1010111 1100011 100000 1000 1100011 100010

Color Harmonies of #AD1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1701

Black with #AD1701

Text Example


Text Example

White with #AD1701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1701; }

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

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

background-color css

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

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

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

border-color css

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

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

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