Html Css Color HEX #AD1503 Free Speech Red

📋 copy color: '#AD1503'

red 173 ◦ green 21 ◦ blue 3

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

Shades of Free Speech Red #AD1503

Tints of Free Speech Red #AD1503

RGB

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

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

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

R = 87.82%
G = 10.66%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD1503 (or 0xAD1503) is known color: Free Speech Red. HEX triplet: AD, 15 and 03. RGB value is (173,21,3). Sum of RGB (Red+Green+Blue) = 173+21+3=197 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.82% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1503 is #52EAFC. Grayscale: #404040. Windows color (decimal): -5434109 or 202157. OLE color: 202157.

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

Color convert

RGB 173 21 3 -
CMYK 0 0.88 0.98 0.32
HSL 6.35º 0.97% 0.35% -
HSV(B) 6.35º 0.98% 0.68% -
XYZ 17.52 9.43 0.98 -
YUV 64.4 93.36 205.46 -
System Red Green Blue C M Y K H S L
Decimal 173 21 3 0 0.88 0.98 0.32 6.35 0.97 0.35
Hex AD 15 3 0 58 62 20 6 61 23
Octal 255 25 3 0 130 142 40 6 141 43
Binary 10101101 10101 11 0 1011000 1100010 100000 110 1100001 100011

Color Harmonies of #AD1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1503

Black with #AD1503

Text Example


Text Example

White with #AD1503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1503; }

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

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

background-color css

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

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

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

border-color css

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

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

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