Html Css Color HEX #AD0707 Free Speech Red

📋 copy color: '#AD0707'

red 173 ◦ green 7 ◦ blue 7

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

Shades of Free Speech Red #AD0707

Tints of Free Speech Red #AD0707

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.74%

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

R = 92.51%
G = 3.74%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD0707 (or 0xAD0707) is known color: Free Speech Red. HEX triplet: AD, 07 and 07. RGB value is (173,7,7). Sum of RGB (Red+Green+Blue) = 173+7+7=187 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.51% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0707 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0707 is #52F8F8. Grayscale: #383838. Windows color (decimal): -5437689 or 460717. OLE color: 460717.

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

Color convert

RGB 173 7 7 -
CMYK 0 0.96 0.96 0.32
HSL 0.92% 0.35% -
HSV(B) 0.96% 0.68% -
XYZ 17.35 9.05 1.03 -
YUV 56.63 100 211 -
System Red Green Blue C M Y K H S L
Decimal 173 7 7 0 0.96 0.96 0.32 0 0.92 0.35
Hex AD 7 7 0 60 60 20 0 5C 23
Octal 255 7 7 0 140 140 40 0 134 43
Binary 10101101 111 111 0 1100000 1100000 100000 0 1011100 100011

Color Harmonies of #AD0707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0707

Black with #AD0707

Text Example


Text Example

White with #AD0707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0707; }

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

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

background-color css

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

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

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

border-color css

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

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

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