Html Css Color HEX #AD0701 Free Speech Red

📋 copy color: '#AD0701'

red 173 ◦ green 7 ◦ blue 1

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

Shades of Free Speech Red #AD0701

Tints of Free Speech Red #AD0701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.87%

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

R = 95.58%
G = 3.87%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD0701 (or 0xAD0701) is known color: Free Speech Red. HEX triplet: AD, 07 and 01. RGB value is (173,7,1). Sum of RGB (Red+Green+Blue) = 173+7+1=181 (23% of max value = 765). Red value is 173 (67.97% from 255 or 95.58% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0701 is #52F8FE. Grayscale: #383838. Windows color (decimal): -5437695 or 67501. OLE color: 67501.

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

Color convert

RGB 173 7 1 -
CMYK 0 0.96 0.99 0.32
HSL 2.09º 0.99% 0.34% -
HSV(B) 2.09º 0.99% 0.68% -
XYZ 17.32 9.04 0.86 -
YUV 55.95 97 211.49 -
System Red Green Blue C M Y K H S L
Decimal 173 7 1 0 0.96 0.99 0.32 2.09 0.99 0.34
Hex AD 7 1 0 60 63 20 2 63 22
Octal 255 7 1 0 140 143 40 2 143 42
Binary 10101101 111 1 0 1100000 1100011 100000 10 1100011 100010

Color Harmonies of #AD0701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0701

Black with #AD0701

Text Example


Text Example

White with #AD0701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0701; }

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

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

background-color css

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

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

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

border-color css

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

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

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