Shades of Free Speech Red #D00505
Tints of Free Speech Red #D00505
RGB
CMYK
RGB Variations
Color information
#D00505 (or 0xD00505) is known color: Free Speech Red. HEX triplet: D0, 05 and 05. RGB value is (208,5,5). Sum of RGB (Red+Green+Blue) = 208+5+5=218 (28% of max value = 765). Red value is 208 (81.64% from 255 or 95.41% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 208 - color contains mainly: red. Hex color #D00505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00505 is #2FFAFA. Grayscale: #414141. Windows color (decimal): -3144443 or 329168. OLE color: 329168.
HSL color Cylindrical-coordinate representation of color #D00505: hue angle of 0º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00505 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.18 |
| HSL | 0º | 0.95% | 0.42% | - |
| HSV(B) | 0º | 0.98% | 0.82% | - |
| XYZ | 26.09 | 13.53 | 1.38 | - |
| YUV | 65.7 | 93.75 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 5 | 0 | 0.98 | 0.98 | 0.18 | 0 | 0.95 | 0.42 |
| Hex | D0 | 5 | 5 | 0 | 62 | 62 | 12 | 0 | 5F | 2A |
| Octal | 320 | 5 | 5 | 0 | 142 | 142 | 22 | 0 | 137 | 52 |
| Binary | 11010000 | 101 | 101 | 0 | 1100010 | 1100010 | 10010 | 0 | 1011111 | 101010 |
Color Harmonies of #D00505
Complementary color
Monochromatic Colors of #D00505
Black with #D00505
Text Example
Text Example
White with #D00505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00505; }
p { color: rgb(208,5,5); }
H1.HeaderClassName
{
color: #D00505;
}
.AnyTagClassName
{
color: #D00505;
}
</style>
background-color css
<style>
a { background-color: #D00505; }
a { background-color: rgb(208,5,5); }
div.DivClassName
{
background-color: #D00505;
}
.BgClassName
{
background-color: #D00505;
}
</style>
border-color css
<style>
span { border-color: #D00505; }
span { border-color: rgb(208,5,5); }
td.TdClassName
{
border-color: #D00505;
}
.TagClassName
{
border-color: #D00505;
}
</style>