Html Css Color HEX #AD1505 Free Speech Red

📋 copy color: '#AD1505'

red 173 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #AD1505

Tints of Free Speech Red #AD1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 86.93%
G = 10.55%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD1505 (or 0xAD1505) is known color: Free Speech Red. HEX triplet: AD, 15 and 05. RGB value is (173,21,5). Sum of RGB (Red+Green+Blue) = 173+21+5=199 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.93% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1505 is #52EAFA. Grayscale: #404040. Windows color (decimal): -5434107 or 333229. OLE color: 333229.

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

Color convert

RGB 173 21 5 -
CMYK 0 0.88 0.97 0.32
HSL 5.71º 0.94% 0.35% -
HSV(B) 5.71º 0.97% 0.68% -
XYZ 17.53 9.43 1.04 -
YUV 64.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 173 21 5 0 0.88 0.97 0.32 5.71 0.94 0.35
Hex AD 15 5 0 58 61 20 6 5E 23
Octal 255 25 5 0 130 141 40 6 136 43
Binary 10101101 10101 101 0 1011000 1100001 100000 110 1011110 100011

Color Harmonies of #AD1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1505

Black with #AD1505

Text Example


Text Example

White with #AD1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1505; }

 p { color: rgb(173,21,5); }

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

background-color css

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

 a { background-color: rgb(173,21,5); }

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

border-color css

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

 span { border-color: rgb(173,21,5); }

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