Html Css Color HEX #AD0703 Free Speech Red

📋 copy color: '#AD0703'

red 173 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #AD0703

Tints of Free Speech Red #AD0703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.64%

R = 94.54%
G = 3.83%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD0703 (or 0xAD0703) is known color: Free Speech Red. HEX triplet: AD, 07 and 03. RGB value is (173,7,3). Sum of RGB (Red+Green+Blue) = 173+7+3=183 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.54% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0703 is #52F8FC. Grayscale: #383838. Windows color (decimal): -5437693 or 198573. OLE color: 198573.

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

Color convert

RGB 173 7 3 -
CMYK 0 0.96 0.98 0.32
HSL 1.41º 0.97% 0.35% -
HSV(B) 1.41º 0.98% 0.68% -
XYZ 17.33 9.04 0.92 -
YUV 56.18 98 211.33 -
System Red Green Blue C M Y K H S L
Decimal 173 7 3 0 0.96 0.98 0.32 1.41 0.97 0.35
Hex AD 7 3 0 60 62 20 1 61 23
Octal 255 7 3 0 140 142 40 1 141 43
Binary 10101101 111 11 0 1100000 1100010 100000 1 1100001 100011

Color Harmonies of #AD0703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0703

Black with #AD0703

Text Example


Text Example

White with #AD0703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0703; }

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

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

background-color css

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

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

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

border-color css

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

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

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