#AD1405

Color #AD1405 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #AD1405

Tints of Free Speech Red #AD1405

Color information

#AD1405 (or 0xAD1405) is unknown color: approx 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

RGB173205-
CMYK00.880.970.32
HSL5.36º94.38%34.9%-
HSV(B)5.36º97.11%67.84%-
XYZ17.519.41.03-
YUV64.0494.69205.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 87.37%
GREEN value IS 20 (8.20% from 255) = 10.10%
BLUE value IS 5 (2.34% from 255) = 2.53%
R=87.37%
G=10.10%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17320500.880.970.325.3694.3834.9
HexAD145058612055e23
Octal255245013014140513643
Binary10101101101001010101100011000011000001011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>