Shades of Free Speech Red #D00500
Tints of Free Speech Red #D00500
RGB
CMYK
RGB Variations
Color information
#D00500 (or 0xD00500) is known color: Free Speech Red. HEX triplet: D0, 05 and 00. RGB value is (208,5,0). Sum of RGB (Red+Green+Blue) = 208+5+0=213 (28% of max value = 765). Red value is 208 (81.64% from 255 or 97.65% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 208 - color contains mainly: red. Hex color #D00500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00500 is #2FFAFF. Grayscale: #414141. Windows color (decimal): -3144448 or 1488. OLE color: 1488.
HSL color Cylindrical-coordinate representation of color #D00500: hue angle of 1.44º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00500 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.18 |
| HSL | 1.44º | 1% | 0.41% | - |
| HSV(B) | 1.44º | 1% | 0.82% | - |
| XYZ | 26.07 | 13.52 | 1.24 | - |
| YUV | 65.13 | 91.25 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 0 | 0 | 0.98 | 1 | 0.18 | 1.44 | 1 | 0.41 |
| Hex | D0 | 5 | 0 | 0 | 62 | 64 | 12 | 1 | 64 | 29 |
| Octal | 320 | 5 | 0 | 0 | 142 | 144 | 22 | 1 | 144 | 51 |
| Binary | 11010000 | 101 | 0 | 0 | 1100010 | 1100100 | 10010 | 1 | 1100100 | 101001 |
Color Harmonies of #D00500
Complementary color
Monochromatic Colors of #D00500
Black with #D00500
Text Example
Text Example
White with #D00500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00500; }
p { color: rgb(208,5,0); }
H1.HeaderClassName
{
color: #D00500;
}
.AnyTagClassName
{
color: #D00500;
}
</style>
background-color css
<style>
a { background-color: #D00500; }
a { background-color: rgb(208,5,0); }
div.DivClassName
{
background-color: #D00500;
}
.BgClassName
{
background-color: #D00500;
}
</style>
border-color css
<style>
span { border-color: #D00500; }
span { border-color: rgb(208,5,0); }
td.TdClassName
{
border-color: #D00500;
}
.TagClassName
{
border-color: #D00500;
}
</style>