Shades of Free Speech Red #D20C00
Tints of Free Speech Red #D20C00
RGB
CMYK
RGB Variations
Color information
#D20C00 (or 0xD20C00) is known color: Free Speech Red. HEX triplet: D2, 0C and 00. RGB value is (210,12,0). Sum of RGB (Red+Green+Blue) = 210+12+0=222 (29% of max value = 765). Red value is 210 (82.42% from 255 or 94.59% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20C00 is #2DF3FF. Grayscale: #464646. Windows color (decimal): -3011584 or 3282. OLE color: 3282.
HSL color Cylindrical-coordinate representation of color #D20C00: hue angle of 3.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20C00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.18 |
| HSL | 3.43º | 1% | 0.41% | - |
| HSV(B) | 3.43º | 1% | 0.82% | - |
| XYZ | 26.71 | 13.96 | 1.29 | - |
| YUV | 69.83 | 88.6 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 0 | 0 | 0.94 | 1 | 0.18 | 3.43 | 1 | 0.41 |
| Hex | D2 | C | 0 | 0 | 5E | 64 | 12 | 3 | 64 | 29 |
| Octal | 322 | 14 | 0 | 0 | 136 | 144 | 22 | 3 | 144 | 51 |
| Binary | 11010010 | 1100 | 0 | 0 | 1011110 | 1100100 | 10010 | 11 | 1100100 | 101001 |
Color Harmonies of #D20C00
Complementary color
Monochromatic Colors of #D20C00
Black with #D20C00
Text Example
Text Example
White with #D20C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C00; }
p { color: rgb(210,12,0); }
H1.HeaderClassName
{
color: #D20C00;
}
.AnyTagClassName
{
color: #D20C00;
}
</style>
background-color css
<style>
a { background-color: #D20C00; }
a { background-color: rgb(210,12,0); }
div.DivClassName
{
background-color: #D20C00;
}
.BgClassName
{
background-color: #D20C00;
}
</style>
border-color css
<style>
span { border-color: #D20C00; }
span { border-color: rgb(210,12,0); }
td.TdClassName
{
border-color: #D20C00;
}
.TagClassName
{
border-color: #D20C00;
}
</style>