Shades of Free Speech Red #D21502
Tints of Free Speech Red #D21502
RGB
CMYK
RGB Variations
Color information
#D21502 (or 0xD21502) is known color: Free Speech Red. HEX triplet: D2, 15 and 02. RGB value is (210,21,2). Sum of RGB (Red+Green+Blue) = 210+21+2=233 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.13% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 210 - color contains mainly: red. Hex color #D21502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21502 is #2DEAFD. Grayscale: #4B4B4B. Windows color (decimal): -3009278 or 136658. OLE color: 136658.
HSL color Cylindrical-coordinate representation of color #D21502: hue angle of 5.48º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D21502 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.18 |
| HSL | 5.48º | 0.98% | 0.42% | - |
| HSV(B) | 5.48º | 0.99% | 0.82% | - |
| XYZ | 26.86 | 14.24 | 1.39 | - |
| YUV | 75.35 | 86.62 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 2 | 0 | 0.90 | 0.99 | 0.18 | 5.48 | 0.98 | 0.42 |
| Hex | D2 | 15 | 2 | 0 | 5A | 63 | 12 | 5 | 62 | 2A |
| Octal | 322 | 25 | 2 | 0 | 132 | 143 | 22 | 5 | 142 | 52 |
| Binary | 11010010 | 10101 | 10 | 0 | 1011010 | 1100011 | 10010 | 101 | 1100010 | 101010 |
Color Harmonies of #D21502
Complementary color
Monochromatic Colors of #D21502
Black with #D21502
Text Example
Text Example
White with #D21502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21502; }
p { color: rgb(210,21,2); }
H1.HeaderClassName
{
color: #D21502;
}
.AnyTagClassName
{
color: #D21502;
}
</style>
background-color css
<style>
a { background-color: #D21502; }
a { background-color: rgb(210,21,2); }
div.DivClassName
{
background-color: #D21502;
}
.BgClassName
{
background-color: #D21502;
}
</style>
border-color css
<style>
span { border-color: #D21502; }
span { border-color: rgb(210,21,2); }
td.TdClassName
{
border-color: #D21502;
}
.TagClassName
{
border-color: #D21502;
}
</style>