Shades of Free Speech Red #D21304
Tints of Free Speech Red #D21304
RGB
CMYK
RGB Variations
Color information
#D21304 (or 0xD21304) is known color: Free Speech Red. HEX triplet: D2, 13 and 04. RGB value is (210,19,4). Sum of RGB (Red+Green+Blue) = 210+19+4=233 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.13% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 210 - color contains mainly: red. Hex color #D21304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21304 is #2DECFB. Grayscale: #4A4A4A. Windows color (decimal): -3009788 or 267218. OLE color: 267218.
HSL color Cylindrical-coordinate representation of color #D21304: hue angle of 4.37º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D21304 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.18 |
| HSL | 4.37º | 0.96% | 0.42% | - |
| HSV(B) | 4.37º | 0.98% | 0.82% | - |
| XYZ | 26.83 | 14.18 | 1.44 | - |
| YUV | 74.4 | 88.28 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 4 | 0 | 0.91 | 0.98 | 0.18 | 4.37 | 0.96 | 0.42 |
| Hex | D2 | 13 | 4 | 0 | 5B | 62 | 12 | 4 | 60 | 2A |
| Octal | 322 | 23 | 4 | 0 | 133 | 142 | 22 | 4 | 140 | 52 |
| Binary | 11010010 | 10011 | 100 | 0 | 1011011 | 1100010 | 10010 | 100 | 1100000 | 101010 |
Color Harmonies of #D21304
Complementary color
Monochromatic Colors of #D21304
Black with #D21304
Text Example
Text Example
White with #D21304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21304; }
p { color: rgb(210,19,4); }
H1.HeaderClassName
{
color: #D21304;
}
.AnyTagClassName
{
color: #D21304;
}
</style>
background-color css
<style>
a { background-color: #D21304; }
a { background-color: rgb(210,19,4); }
div.DivClassName
{
background-color: #D21304;
}
.BgClassName
{
background-color: #D21304;
}
</style>
border-color css
<style>
span { border-color: #D21304; }
span { border-color: rgb(210,19,4); }
td.TdClassName
{
border-color: #D21304;
}
.TagClassName
{
border-color: #D21304;
}
</style>