Html Css Color HEX #AD1405 Free Speech Red

📋 copy color: '#AD1405'

red 173 ◦ green 20 ◦ blue 5

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

Shades of Free Speech Red #AD1405

Tints of Free Speech Red #AD1405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.53%

R = 87.37%
G = 10.1%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD1405 (or 0xAD1405) is known color: Free Speech Red. HEX triplet: AD, 14 and 05. RGB value is (173,20,5). Sum of RGB (Red+Green+Blue) = 173+20+5=198 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.37% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1405 is #52EBFA. Grayscale: #404040. Windows color (decimal): -5434363 or 332973. OLE color: 332973.

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

Color convert

RGB 173 20 5 -
CMYK 0 0.88 0.97 0.32
HSL 5.36º 0.94% 0.35% -
HSV(B) 5.36º 0.97% 0.68% -
XYZ 17.51 9.4 1.03 -
YUV 64.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 173 20 5 0 0.88 0.97 0.32 5.36 0.94 0.35
Hex AD 14 5 0 58 61 20 5 5E 23
Octal 255 24 5 0 130 141 40 5 136 43
Binary 10101101 10100 101 0 1011000 1100001 100000 101 1011110 100011

Color Harmonies of #AD1405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1405

Black with #AD1405

Text Example


Text Example

White with #AD1405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1405; }

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

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

background-color css

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

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

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

border-color css

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

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

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