Html Css Color HEX #AD1409 Free Speech Red

📋 copy color: '#AD1409'

red 173 ◦ green 20 ◦ blue 9

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

Shades of Free Speech Red #AD1409

Tints of Free Speech Red #AD1409

RGB

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

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

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

R = 85.64%
G = 9.9%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD1409 (or 0xAD1409) is known color: Free Speech Red. HEX triplet: AD, 14 and 09. RGB value is (173,20,9). Sum of RGB (Red+Green+Blue) = 173+20+9=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1409 is #52EBF6. Grayscale: #404040. Windows color (decimal): -5434359 or 595117. OLE color: 595117.

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

Color convert

RGB 173 20 9 -
CMYK 0 0.88 0.95 0.32
HSL 4.02º 0.9% 0.36% -
HSV(B) 4.02º 0.95% 0.68% -
XYZ 17.53 9.4 1.15 -
YUV 64.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 173 20 9 0 0.88 0.95 0.32 4.02 0.9 0.36
Hex AD 14 9 0 58 5F 20 4 5A 24
Octal 255 24 11 0 130 137 40 4 132 44
Binary 10101101 10100 1001 0 1011000 1011111 100000 100 1011010 100100

Color Harmonies of #AD1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1409

Black with #AD1409

Text Example


Text Example

White with #AD1409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1409; }

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

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

background-color css

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

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

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

border-color css

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

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

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