Html Css Color HEX #AD1104 Free Speech Red

📋 copy color: '#AD1104'

red 173 ◦ green 17 ◦ blue 4

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

Shades of Free Speech Red #AD1104

Tints of Free Speech Red #AD1104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 89.18%
G = 8.76%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD1104 (or 0xAD1104) is known color: Free Speech Red. HEX triplet: AD, 11 and 04. RGB value is (173,17,4). Sum of RGB (Red+Green+Blue) = 173+17+4=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1104 is #52EEFB. Grayscale: #3E3E3E. Windows color (decimal): -5435132 or 266669. OLE color: 266669.

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

Color convert

RGB 173 17 4 -
CMYK 0 0.90 0.98 0.32
HSL 4.62º 0.95% 0.35% -
HSV(B) 4.62º 0.98% 0.68% -
XYZ 17.46 9.29 0.99 -
YUV 62.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 173 17 4 0 0.90 0.98 0.32 4.62 0.95 0.35
Hex AD 11 4 0 5A 62 20 5 5F 23
Octal 255 21 4 0 132 142 40 5 137 43
Binary 10101101 10001 100 0 1011010 1100010 100000 101 1011111 100011

Color Harmonies of #AD1104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1104

Black with #AD1104

Text Example


Text Example

White with #AD1104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1104; }

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

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

background-color css

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

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

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

border-color css

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

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

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