#AD0E01

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

Shades of Free Speech Red #AD0E01

Tints of Free Speech Red #AD0E01

Color information

#AD0E01 (or 0xAD0E01) is unknown color: approx Free Speech Red. HEX triplet: AD, 0E and 01. RGB value is (173,14,1). Sum of RGB (Red+Green+Blue) = 173+14+1=188 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.02% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0E01 is #52F1FE. Grayscale: #3C3C3C. Windows color (decimal): -5435903 or 69293. OLE color: 69293.

HSL color Cylindrical-coordinate representation of color #AD0E01: hue angle of 4.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0E01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB173141-
CMYK00.920.990.32
HSL4.53º98.85%34.12%-
HSV(B)4.53º99.42%67.84%-
XYZ17.49.20.89-
YUV60.0694.68208.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 92.02%
GREEN value IS 14 (5.86% from 255) = 7.45%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=92.02%
G=7.45%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314100.920.990.324.5398.8534.12
HexADE105C632056322
Octal255161013414340514342
Binary10101101111010101110011000111000001011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0E01; }

 p { color: rgb(173,14,1); }

 H1.HeaderClassName
 {
   color: #AD0E01;
 }
 .AnyTagClassName
 {
   color: #AD0E01;
 }
</style>
background-color css

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

 a { background-color: rgb(173,14,1); }

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

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

 span { border-color: rgb(173,14,1); }

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