Shades of Free Speech Red #D41313
Tints of Free Speech Red #D41313
RGB
CMYK
RGB Variations
Color information
#D41313 (or 0xD41313) is known color: Free Speech Red. HEX triplet: D4, 13 and 13. RGB value is (212,19,19). Sum of RGB (Red+Green+Blue) = 212+19+19=250 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.8% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 212 - color contains mainly: red. Hex color #D41313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41313 is #2BECEC. Grayscale: #4C4C4C. Windows color (decimal): -2878701 or 1250260. OLE color: 1250260.
HSL color Cylindrical-coordinate representation of color #D41313: hue angle of 0º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41313 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 19 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.17 |
| HSL | 0º | 0.84% | 0.45% | - |
| HSV(B) | 0º | 0.91% | 0.83% | - |
| XYZ | 27.5 | 14.51 | 1.97 | - |
| YUV | 76.71 | 95.44 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 19 | 0 | 0.91 | 0.91 | 0.17 | 0 | 0.84 | 0.45 |
| Hex | D4 | 13 | 13 | 0 | 5B | 5B | 11 | 0 | 54 | 2D |
| Octal | 324 | 23 | 23 | 0 | 133 | 133 | 21 | 0 | 124 | 55 |
| Binary | 11010100 | 10011 | 10011 | 0 | 1011011 | 1011011 | 10001 | 0 | 1010100 | 101101 |
Color Harmonies of #D41313
Complementary color
Monochromatic Colors of #D41313
Black with #D41313
Text Example
Text Example
White with #D41313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41313; }
p { color: rgb(212,19,19); }
H1.HeaderClassName
{
color: #D41313;
}
.AnyTagClassName
{
color: #D41313;
}
</style>
background-color css
<style>
a { background-color: #D41313; }
a { background-color: rgb(212,19,19); }
div.DivClassName
{
background-color: #D41313;
}
.BgClassName
{
background-color: #D41313;
}
</style>
border-color css
<style>
span { border-color: #D41313; }
span { border-color: rgb(212,19,19); }
td.TdClassName
{
border-color: #D41313;
}
.TagClassName
{
border-color: #D41313;
}
</style>