Shades of Free Speech Red #D51408
Tints of Free Speech Red #D51408
RGB
CMYK
RGB Variations
Color information
#D51408 (or 0xD51408) is known color: Free Speech Red. HEX triplet: D5, 14 and 08. RGB value is (213,20,8). Sum of RGB (Red+Green+Blue) = 213+20+8=241 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.38% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 213 - color contains mainly: red. Hex color #D51408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51408 is #2AEBF7. Grayscale: #4C4C4C. Windows color (decimal): -2812920 or 529621. OLE color: 529621.
HSL color Cylindrical-coordinate representation of color #D51408: hue angle of 3.51º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D51408 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.16 |
| HSL | 3.51º | 0.93% | 0.43% | - |
| HSV(B) | 3.51º | 0.96% | 0.84% | - |
| XYZ | 27.73 | 14.66 | 1.6 | - |
| YUV | 76.34 | 89.44 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 8 | 0 | 0.91 | 0.96 | 0.16 | 3.51 | 0.93 | 0.43 |
| Hex | D5 | 14 | 8 | 0 | 5B | 60 | 10 | 4 | 5D | 2B |
| Octal | 325 | 24 | 10 | 0 | 133 | 140 | 20 | 4 | 135 | 53 |
| Binary | 11010101 | 10100 | 1000 | 0 | 1011011 | 1100000 | 10000 | 100 | 1011101 | 101011 |
Color Harmonies of #D51408
Complementary color
Monochromatic Colors of #D51408
Black with #D51408
Text Example
Text Example
White with #D51408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51408; }
p { color: rgb(213,20,8); }
H1.HeaderClassName
{
color: #D51408;
}
.AnyTagClassName
{
color: #D51408;
}
</style>
background-color css
<style>
a { background-color: #D51408; }
a { background-color: rgb(213,20,8); }
div.DivClassName
{
background-color: #D51408;
}
.BgClassName
{
background-color: #D51408;
}
</style>
border-color css
<style>
span { border-color: #D51408; }
span { border-color: rgb(213,20,8); }
td.TdClassName
{
border-color: #D51408;
}
.TagClassName
{
border-color: #D51408;
}
</style>