Html Css Color HEX #AD1201 Free Speech Red

📋 copy color: '#AD1201'

red 173 ◦ green 18 ◦ blue 1

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

Shades of Free Speech Red #AD1201

Tints of Free Speech Red #AD1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

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

R = 90.1%
G = 9.38%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD1201 (or 0xAD1201) is known color: Free Speech Red. HEX triplet: AD, 12 and 01. RGB value is (173,18,1). Sum of RGB (Red+Green+Blue) = 173+18+1=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1201 is #52EDFE. Grayscale: #3E3E3E. Windows color (decimal): -5434879 or 70317. OLE color: 70317.

HSL color Cylindrical-coordinate representation of color #AD1201: hue angle of 5.93º 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 #AD1201 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 1 -
CMYK 0 0.90 0.99 0.32
HSL 5.93º 0.99% 0.34% -
HSV(B) 5.93º 0.99% 0.68% -
XYZ 17.46 9.32 0.91 -
YUV 62.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 173 18 1 0 0.90 0.99 0.32 5.93 0.99 0.34
Hex AD 12 1 0 5A 63 20 6 63 22
Octal 255 22 1 0 132 143 40 6 143 42
Binary 10101101 10010 1 0 1011010 1100011 100000 110 1100011 100010

Color Harmonies of #AD1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1201

Black with #AD1201

Text Example


Text Example

White with #AD1201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1201; }

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

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

background-color css

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

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

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

border-color css

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

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

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