Shades of Free Speech Red #D51501
Tints of Free Speech Red #D51501
RGB
CMYK
RGB Variations
Color information
#D51501 (or 0xD51501) is known color: Free Speech Red. HEX triplet: D5, 15 and 01. RGB value is (213,21,1). Sum of RGB (Red+Green+Blue) = 213+21+1=235 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.64% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 213 - color contains mainly: red. Hex color #D51501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51501 is #2AEAFE. Grayscale: #4C4C4C. Windows color (decimal): -2812671 or 71125. OLE color: 71125.
HSL color Cylindrical-coordinate representation of color #D51501: hue angle of 5.66º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D51501 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 1 | - |
| CMYK | 0 | 0.90 | 1.00 | 0.16 |
| HSL | 5.66º | 0.99% | 0.42% | - |
| HSV(B) | 5.66º | 1% | 0.84% | - |
| XYZ | 27.71 | 14.68 | 1.4 | - |
| YUV | 76.13 | 85.61 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 1 | 0 | 0.90 | 1.00 | 0.16 | 5.66 | 0.99 | 0.42 |
| Hex | D5 | 15 | 1 | 0 | 5A | 64 | 10 | 6 | 63 | 2A |
| Octal | 325 | 25 | 1 | 0 | 132 | 144 | 20 | 6 | 143 | 52 |
| Binary | 11010101 | 10101 | 1 | 0 | 1011010 | 1100100 | 10000 | 110 | 1100011 | 101010 |
Color Harmonies of #D51501
Complementary color
Monochromatic Colors of #D51501
Black with #D51501
Text Example
Text Example
White with #D51501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51501; }
p { color: rgb(213,21,1); }
H1.HeaderClassName
{
color: #D51501;
}
.AnyTagClassName
{
color: #D51501;
}
</style>
background-color css
<style>
a { background-color: #D51501; }
a { background-color: rgb(213,21,1); }
div.DivClassName
{
background-color: #D51501;
}
.BgClassName
{
background-color: #D51501;
}
</style>
border-color css
<style>
span { border-color: #D51501; }
span { border-color: rgb(213,21,1); }
td.TdClassName
{
border-color: #D51501;
}
.TagClassName
{
border-color: #D51501;
}
</style>