Html Css Color HEX #AD1109 Free Speech Red

📋 copy color: '#AD1109'

red 173 ◦ green 17 ◦ blue 9

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

Shades of Free Speech Red #AD1109

Tints of Free Speech Red #AD1109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.52%

R = 86.93%
G = 8.54%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD1109 (or 0xAD1109) is known color: Free Speech Red. HEX triplet: AD, 11 and 09. RGB value is (173,17,9). Sum of RGB (Red+Green+Blue) = 173+17+9=199 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.93% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1109 is #52EEF6. Grayscale: #3E3E3E. Windows color (decimal): -5435127 or 594349. OLE color: 594349.

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

Color convert

RGB 173 17 9 -
CMYK 0 0.90 0.95 0.32
HSL 2.93º 0.9% 0.36% -
HSV(B) 2.93º 0.95% 0.68% -
XYZ 17.48 9.3 1.13 -
YUV 62.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 173 17 9 0 0.90 0.95 0.32 2.93 0.9 0.36
Hex AD 11 9 0 5A 5F 20 3 5A 24
Octal 255 21 11 0 132 137 40 3 132 44
Binary 10101101 10001 1001 0 1011010 1011111 100000 11 1011010 100100

Color Harmonies of #AD1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1109

Black with #AD1109

Text Example


Text Example

White with #AD1109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1109; }

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

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

background-color css

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

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

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

border-color css

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

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

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