Html Css Color HEX #AD1103 Free Speech Red

📋 copy color: '#AD1103'

red 173 ◦ green 17 ◦ blue 3

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

Shades of Free Speech Red #AD1103

Tints of Free Speech Red #AD1103

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.81%

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

R = 89.64%
G = 8.81%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD1103 (or 0xAD1103) is known color: Free Speech Red. HEX triplet: AD, 11 and 03. RGB value is (173,17,3). Sum of RGB (Red+Green+Blue) = 173+17+3=193 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.64% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1103 is #52EEFC. Grayscale: #3E3E3E. Windows color (decimal): -5435133 or 201133. OLE color: 201133.

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

Color convert

RGB 173 17 3 -
CMYK 0 0.90 0.98 0.32
HSL 4.94º 0.97% 0.35% -
HSV(B) 4.94º 0.98% 0.68% -
XYZ 17.45 9.29 0.96 -
YUV 62.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 173 17 3 0 0.90 0.98 0.32 4.94 0.97 0.35
Hex AD 11 3 0 5A 62 20 5 61 23
Octal 255 21 3 0 132 142 40 5 141 43
Binary 10101101 10001 11 0 1011010 1100010 100000 101 1100001 100011

Color Harmonies of #AD1103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1103

Black with #AD1103

Text Example


Text Example

White with #AD1103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1103; }

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

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

background-color css

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

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

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

border-color css

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

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

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