Html Css Color HEX #AD0807 Free Speech Red

📋 copy color: '#AD0807'

red 173 ◦ green 8 ◦ blue 7

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

Shades of Free Speech Red #AD0807

Tints of Free Speech Red #AD0807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.26%

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

R = 92.02%
G = 4.26%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD0807 (or 0xAD0807) is known color: Free Speech Red. HEX triplet: AD, 08 and 07. RGB value is (173,8,7). Sum of RGB (Red+Green+Blue) = 173+8+7=188 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.02% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0807 is #52F7F8. Grayscale: #393939. Windows color (decimal): -5437433 or 460973. OLE color: 460973.

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

Color convert

RGB 173 8 7 -
CMYK 0 0.95 0.96 0.32
HSL 0.36º 0.92% 0.35% -
HSV(B) 0.36º 0.96% 0.68% -
XYZ 17.36 9.07 1.04 -
YUV 57.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 173 8 7 0 0.95 0.96 0.32 0.36 0.92 0.35
Hex AD 8 7 0 5F 60 20 0 5C 23
Octal 255 10 7 0 137 140 40 0 134 43
Binary 10101101 1000 111 0 1011111 1100000 100000 0 1011100 100011

Color Harmonies of #AD0807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0807

Black with #AD0807

Text Example


Text Example

White with #AD0807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0807; }

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

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

background-color css

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

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

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

border-color css

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

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

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