Html Css Color HEX #AD1100 Free Speech Red

📋 copy color: '#AD1100'

red 173 ◦ green 17 ◦ blue 0

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

Shades of Free Speech Red #AD1100

Tints of Free Speech Red #AD1100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.05%
G = 8.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD1100 (or 0xAD1100) is known color: Free Speech Red. HEX triplet: AD, 11 and 00. RGB value is (173,17,0). Sum of RGB (Red+Green+Blue) = 173+17+0=190 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.05% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1100 is #52EEFF. Grayscale: #3D3D3D. Windows color (decimal): -5435136 or 4525. OLE color: 4525.

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

Color convert

RGB 173 17 0 -
CMYK 0 0.90 1 0.32
HSL 5.9º 1% 0.34% -
HSV(B) 5.9º 1% 0.68% -
XYZ 17.43 9.29 0.87 -
YUV 61.71 93.18 207.38 -
System Red Green Blue C M Y K H S L
Decimal 173 17 0 0 0.90 1 0.32 5.9 1 0.34
Hex AD 11 0 0 5A 64 20 6 64 22
Octal 255 21 0 0 132 144 40 6 144 42
Binary 10101101 10001 0 0 1011010 1100100 100000 110 1100100 100010

Color Harmonies of #AD1100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1100

Black with #AD1100

Text Example


Text Example

White with #AD1100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1100; }

 p { color: rgb(173,17,0); }

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

background-color css

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

 a { background-color: rgb(173,17,0); }

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

border-color css

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

 span { border-color: rgb(173,17,0); }

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