Shades of Free Speech Red #D21613
Tints of Free Speech Red #D21613
RGB
CMYK
RGB Variations
Color information
#D21613 (or 0xD21613) is known color: Free Speech Red. HEX triplet: D2, 16 and 13. RGB value is (210,22,19). Sum of RGB (Red+Green+Blue) = 210+22+19=251 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.67% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 210 - color contains mainly: red. Hex color #D21613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21613 is #2DE9EC. Grayscale: #4E4E4E. Windows color (decimal): -3009005 or 1251026. OLE color: 1251026.
HSL color Cylindrical-coordinate representation of color #D21613: hue angle of 0.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21613 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 19 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.18 |
| HSL | 0.94º | 0.83% | 0.45% | - |
| HSV(B) | 0.94º | 0.91% | 0.82% | - |
| XYZ | 26.98 | 14.32 | 1.96 | - |
| YUV | 77.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 19 | 0 | 0.90 | 0.91 | 0.18 | 0.94 | 0.83 | 0.45 |
| Hex | D2 | 16 | 13 | 0 | 5A | 5B | 12 | 1 | 53 | 2D |
| Octal | 322 | 26 | 23 | 0 | 132 | 133 | 22 | 1 | 123 | 55 |
| Binary | 11010010 | 10110 | 10011 | 0 | 1011010 | 1011011 | 10010 | 1 | 1010011 | 101101 |
Color Harmonies of #D21613
Complementary color
Monochromatic Colors of #D21613
Black with #D21613
Text Example
Text Example
White with #D21613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21613; }
p { color: rgb(210,22,19); }
H1.HeaderClassName
{
color: #D21613;
}
.AnyTagClassName
{
color: #D21613;
}
</style>
background-color css
<style>
a { background-color: #D21613; }
a { background-color: rgb(210,22,19); }
div.DivClassName
{
background-color: #D21613;
}
.BgClassName
{
background-color: #D21613;
}
</style>
border-color css
<style>
span { border-color: #D21613; }
span { border-color: rgb(210,22,19); }
td.TdClassName
{
border-color: #D21613;
}
.TagClassName
{
border-color: #D21613;
}
</style>