Shades of Free Speech Red #D51503
Tints of Free Speech Red #D51503
RGB
CMYK
RGB Variations
Color information
#D51503 (or 0xD51503) is known color: Free Speech Red. HEX triplet: D5, 15 and 03. RGB value is (213,21,3). Sum of RGB (Red+Green+Blue) = 213+21+3=237 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.87% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 213 - color contains mainly: red. Hex color #D51503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51503 is #2AEAFC. Grayscale: #4C4C4C. Windows color (decimal): -2812669 or 202197. OLE color: 202197.
HSL color Cylindrical-coordinate representation of color #D51503: hue angle of 5.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D51503 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.16 |
| HSL | 5.14º | 0.97% | 0.42% | - |
| HSV(B) | 5.14º | 0.99% | 0.84% | - |
| XYZ | 27.73 | 14.69 | 1.46 | - |
| YUV | 76.36 | 86.61 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 3 | 0 | 0.90 | 0.99 | 0.16 | 5.14 | 0.97 | 0.42 |
| Hex | D5 | 15 | 3 | 0 | 5A | 63 | 10 | 5 | 61 | 2A |
| Octal | 325 | 25 | 3 | 0 | 132 | 143 | 20 | 5 | 141 | 52 |
| Binary | 11010101 | 10101 | 11 | 0 | 1011010 | 1100011 | 10000 | 101 | 1100001 | 101010 |
Color Harmonies of #D51503
Complementary color
Monochromatic Colors of #D51503
Black with #D51503
Text Example
Text Example
White with #D51503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51503; }
p { color: rgb(213,21,3); }
H1.HeaderClassName
{
color: #D51503;
}
.AnyTagClassName
{
color: #D51503;
}
</style>
background-color css
<style>
a { background-color: #D51503; }
a { background-color: rgb(213,21,3); }
div.DivClassName
{
background-color: #D51503;
}
.BgClassName
{
background-color: #D51503;
}
</style>
border-color css
<style>
span { border-color: #D51503; }
span { border-color: rgb(213,21,3); }
td.TdClassName
{
border-color: #D51503;
}
.TagClassName
{
border-color: #D51503;
}
</style>