Html Css Color HEX #AD1401 Free Speech Red

📋 copy color: '#AD1401'

red 173 ◦ green 20 ◦ blue 1

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

Shades of Free Speech Red #AD1401

Tints of Free Speech Red #AD1401

RGB

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

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

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

R = 89.18%
G = 10.31%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD1401 (or 0xAD1401) is known color: Free Speech Red. HEX triplet: AD, 14 and 01. RGB value is (173,20,1). Sum of RGB (Red+Green+Blue) = 173+20+1=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1401 is #52EBFE. Grayscale: #3F3F3F. Windows color (decimal): -5434367 or 70829. OLE color: 70829.

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

Color convert

RGB 173 20 1 -
CMYK 0 0.88 0.99 0.32
HSL 6.63º 0.99% 0.34% -
HSV(B) 6.63º 0.99% 0.68% -
XYZ 17.49 9.39 0.92 -
YUV 63.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 173 20 1 0 0.88 0.99 0.32 6.63 0.99 0.34
Hex AD 14 1 0 58 63 20 7 63 22
Octal 255 24 1 0 130 143 40 7 143 42
Binary 10101101 10100 1 0 1011000 1100011 100000 111 1100011 100010

Color Harmonies of #AD1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1401

Black with #AD1401

Text Example


Text Example

White with #AD1401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1401; }

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

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

background-color css

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

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

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

border-color css

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

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

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