Html Css Color HEX #AD0D04 Free Speech Red

📋 copy color: '#AD0D04'

red 173 ◦ green 13 ◦ blue 4

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

Shades of Free Speech Red #AD0D04

Tints of Free Speech Red #AD0D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.84%

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

R = 91.05%
G = 6.84%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD0D04 (or 0xAD0D04) is known color: Free Speech Red. HEX triplet: AD, 0D and 04. RGB value is (173,13,4). Sum of RGB (Red+Green+Blue) = 173+13+4=190 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.05% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0D04 is #52F2FB. Grayscale: #3C3C3C. Windows color (decimal): -5436156 or 265645. OLE color: 265645.

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

Color convert

RGB 173 13 4 -
CMYK 0 0.92 0.98 0.32
HSL 3.2º 0.95% 0.35% -
HSV(B) 3.2º 0.98% 0.68% -
XYZ 17.4 9.18 0.97 -
YUV 59.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 173 13 4 0 0.92 0.98 0.32 3.2 0.95 0.35
Hex AD D 4 0 5C 62 20 3 5F 23
Octal 255 15 4 0 134 142 40 3 137 43
Binary 10101101 1101 100 0 1011100 1100010 100000 11 1011111 100011

Color Harmonies of #AD0D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0D04

Black with #AD0D04

Text Example


Text Example

White with #AD0D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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