Html Css Color HEX #AD1507 Free Speech Red

📋 copy color: '#AD1507'

red 173 ◦ green 21 ◦ blue 7

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

Shades of Free Speech Red #AD1507

Tints of Free Speech Red #AD1507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.48%

R = 86.07%
G = 10.45%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD1507 (or 0xAD1507) is known color: Free Speech Red. HEX triplet: AD, 15 and 07. RGB value is (173,21,7). Sum of RGB (Red+Green+Blue) = 173+21+7=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1507 is #52EAF8. Grayscale: #414141. Windows color (decimal): -5434105 or 464301. OLE color: 464301.

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

Color convert

RGB 173 21 7 -
CMYK 0 0.88 0.96 0.32
HSL 5.06º 0.92% 0.35% -
HSV(B) 5.06º 0.96% 0.68% -
XYZ 17.54 9.44 1.1 -
YUV 64.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 173 21 7 0 0.88 0.96 0.32 5.06 0.92 0.35
Hex AD 15 7 0 58 60 20 5 5C 23
Octal 255 25 7 0 130 140 40 5 134 43
Binary 10101101 10101 111 0 1011000 1100000 100000 101 1011100 100011

Color Harmonies of #AD1507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1507

Black with #AD1507

Text Example


Text Example

White with #AD1507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1507; }

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

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

background-color css

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

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

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

border-color css

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

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

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