Html Css Color HEX #AD0F0E Free Speech Red

📋 copy color: '#AD0F0E'

red 173 ◦ green 15 ◦ blue 14

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

Shades of Free Speech Red #AD0F0E

Tints of Free Speech Red #AD0F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.43%

 BLUE value IS 14 (5.86% from 255) = 6.93%

R = 85.64%
G = 7.43%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD0F0E (or 0xAD0F0E) is known color: Free Speech Red. HEX triplet: AD, 0F and 0E. RGB value is (173,15,14). Sum of RGB (Red+Green+Blue) = 173+15+14=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0F0E is #52F0F1. Grayscale: #3E3E3E. Windows color (decimal): -5435634 or 921517. OLE color: 921517.

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

Color convert

RGB 173 15 14 -
CMYK 0 0.91 0.92 0.32
HSL 0.38º 0.85% 0.37% -
HSV(B) 0.38º 0.92% 0.68% -
XYZ 17.48 9.26 1.28 -
YUV 62.13 100.85 207.08 -
System Red Green Blue C M Y K H S L
Decimal 173 15 14 0 0.91 0.92 0.32 0.38 0.85 0.37
Hex AD F E 0 5B 5C 20 0 55 25
Octal 255 17 16 0 133 134 40 0 125 45
Binary 10101101 1111 1110 0 1011011 1011100 100000 0 1010101 100101

Color Harmonies of #AD0F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F0E

Black with #AD0F0E

Text Example


Text Example

White with #AD0F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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