Shades of Free Speech Red #D50505
Tints of Free Speech Red #D50505
RGB
CMYK
RGB Variations
Color information
#D50505 (or 0xD50505) is known color: Free Speech Red. HEX triplet: D5, 05 and 05. RGB value is (213,5,5). Sum of RGB (Red+Green+Blue) = 213+5+5=223 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.52% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 213 - color contains mainly: red. Hex color #D50505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50505 is #2AFAFA. Grayscale: #434343. Windows color (decimal): -2816763 or 329173. OLE color: 329173.
HSL color Cylindrical-coordinate representation of color #D50505: hue angle of 0º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50505 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.16 |
| HSL | 0º | 0.95% | 0.43% | - |
| HSV(B) | 0º | 0.98% | 0.84% | - |
| XYZ | 27.52 | 14.27 | 1.45 | - |
| YUV | 67.19 | 92.91 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 5 | 0 | 0.98 | 0.98 | 0.16 | 0 | 0.95 | 0.43 |
| Hex | D5 | 5 | 5 | 0 | 62 | 62 | 10 | 0 | 5F | 2B |
| Octal | 325 | 5 | 5 | 0 | 142 | 142 | 20 | 0 | 137 | 53 |
| Binary | 11010101 | 101 | 101 | 0 | 1100010 | 1100010 | 10000 | 0 | 1011111 | 101011 |
Color Harmonies of #D50505
Complementary color
Monochromatic Colors of #D50505
Black with #D50505
Text Example
Text Example
White with #D50505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50505; }
p { color: rgb(213,5,5); }
H1.HeaderClassName
{
color: #D50505;
}
.AnyTagClassName
{
color: #D50505;
}
</style>
background-color css
<style>
a { background-color: #D50505; }
a { background-color: rgb(213,5,5); }
div.DivClassName
{
background-color: #D50505;
}
.BgClassName
{
background-color: #D50505;
}
</style>
border-color css
<style>
span { border-color: #D50505; }
span { border-color: rgb(213,5,5); }
td.TdClassName
{
border-color: #D50505;
}
.TagClassName
{
border-color: #D50505;
}
</style>