Html Css Color HEX #AD1408 Free Speech Red

📋 copy color: '#AD1408'

red 173 ◦ green 20 ◦ blue 8

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

Shades of Free Speech Red #AD1408

Tints of Free Speech Red #AD1408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

 BLUE value IS 8 (3.52% from 255) = 3.98%

R = 86.07%
G = 9.95%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD1408 (or 0xAD1408) is known color: Free Speech Red. HEX triplet: AD, 14 and 08. RGB value is (173,20,8). Sum of RGB (Red+Green+Blue) = 173+20+8=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1408 is #52EBF7. Grayscale: #404040. Windows color (decimal): -5434360 or 529581. OLE color: 529581.

HSL color Cylindrical-coordinate representation of color #AD1408: hue angle of 4.36º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD1408 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 20 8 -
CMYK 0 0.88 0.95 0.32
HSL 4.36º 0.91% 0.35% -
HSV(B) 4.36º 0.95% 0.68% -
XYZ 17.53 9.4 1.12 -
YUV 64.38 96.19 205.48 -
System Red Green Blue C M Y K H S L
Decimal 173 20 8 0 0.88 0.95 0.32 4.36 0.91 0.35
Hex AD 14 8 0 58 5F 20 4 5B 23
Octal 255 24 10 0 130 137 40 4 133 43
Binary 10101101 10100 1000 0 1011000 1011111 100000 100 1011011 100011

Color Harmonies of #AD1408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1408

Black with #AD1408

Text Example


Text Example

White with #AD1408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1408; }

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

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

background-color css

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

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

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

border-color css

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

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

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