Shades of Free Speech Red #D50605
Tints of Free Speech Red #D50605
RGB
CMYK
RGB Variations
Color information
#D50605 (or 0xD50605) is known color: Free Speech Red. HEX triplet: D5, 06 and 05. RGB value is (213,6,5). Sum of RGB (Red+Green+Blue) = 213+6+5=224 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.09% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 213 - color contains mainly: red. Hex color #D50605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50605 is #2AF9FA. Grayscale: #434343. Windows color (decimal): -2816507 or 329429. OLE color: 329429.
HSL color Cylindrical-coordinate representation of color #D50605: hue angle of 0.29º 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 #D50605 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.16 |
| HSL | 0.29º | 0.95% | 0.43% | - |
| HSV(B) | 0.29º | 0.98% | 0.84% | - |
| XYZ | 27.53 | 14.29 | 1.45 | - |
| YUV | 67.78 | 92.58 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 5 | 0 | 0.97 | 0.98 | 0.16 | 0.29 | 0.95 | 0.43 |
| Hex | D5 | 6 | 5 | 0 | 61 | 62 | 10 | 0 | 5F | 2B |
| Octal | 325 | 6 | 5 | 0 | 141 | 142 | 20 | 0 | 137 | 53 |
| Binary | 11010101 | 110 | 101 | 0 | 1100001 | 1100010 | 10000 | 0 | 1011111 | 101011 |
Color Harmonies of #D50605
Complementary color
Monochromatic Colors of #D50605
Black with #D50605
Text Example
Text Example
White with #D50605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50605; }
p { color: rgb(213,6,5); }
H1.HeaderClassName
{
color: #D50605;
}
.AnyTagClassName
{
color: #D50605;
}
</style>
background-color css
<style>
a { background-color: #D50605; }
a { background-color: rgb(213,6,5); }
div.DivClassName
{
background-color: #D50605;
}
.BgClassName
{
background-color: #D50605;
}
</style>
border-color css
<style>
span { border-color: #D50605; }
span { border-color: rgb(213,6,5); }
td.TdClassName
{
border-color: #D50605;
}
.TagClassName
{
border-color: #D50605;
}
</style>