Html Css Color HEX #AD1304 Free Speech Red

📋 copy color: '#AD1304'

red 173 ◦ green 19 ◦ blue 4

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

Shades of Free Speech Red #AD1304

Tints of Free Speech Red #AD1304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

 BLUE value IS 4 (1.95% from 255) = 2.04%

R = 88.27%
G = 9.69%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD1304 (or 0xAD1304) is known color: Free Speech Red. HEX triplet: AD, 13 and 04. RGB value is (173,19,4). Sum of RGB (Red+Green+Blue) = 173+19+4=196 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.27% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1304 is #52ECFB. Grayscale: #3F3F3F. Windows color (decimal): -5434620 or 267181. OLE color: 267181.

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

Color convert

RGB 173 19 4 -
CMYK 0 0.89 0.98 0.32
HSL 5.33º 0.95% 0.35% -
HSV(B) 5.33º 0.98% 0.68% -
XYZ 17.49 9.36 1 -
YUV 63.34 94.52 206.22 -
System Red Green Blue C M Y K H S L
Decimal 173 19 4 0 0.89 0.98 0.32 5.33 0.95 0.35
Hex AD 13 4 0 59 62 20 5 5F 23
Octal 255 23 4 0 131 142 40 5 137 43
Binary 10101101 10011 100 0 1011001 1100010 100000 101 1011111 100011

Color Harmonies of #AD1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1304

Black with #AD1304

Text Example


Text Example

White with #AD1304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1304; }

 p { color: rgb(173,19,4); }

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

background-color css

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

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

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

border-color css

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

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

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