Shades of Free Speech Red #D2150C
Tints of Free Speech Red #D2150C
RGB
CMYK
RGB Variations
Color information
#D2150C (or 0xD2150C) is known color: Free Speech Red. HEX triplet: D2, 15 and 0C. RGB value is (210,21,12). Sum of RGB (Red+Green+Blue) = 210+21+12=243 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.42% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 210 - color contains mainly: red. Hex color #D2150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2150C is #2DEAF3. Grayscale: #4C4C4C. Windows color (decimal): -3009268 or 792018. OLE color: 792018.
HSL color Cylindrical-coordinate representation of color #D2150C: hue angle of 2.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2150C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.18 |
| HSL | 2.73º | 0.89% | 0.44% | - |
| HSV(B) | 2.73º | 0.94% | 0.82% | - |
| XYZ | 26.91 | 14.26 | 1.68 | - |
| YUV | 76.49 | 91.62 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 12 | 0 | 0.90 | 0.94 | 0.18 | 2.73 | 0.89 | 0.44 |
| Hex | D2 | 15 | C | 0 | 5A | 5E | 12 | 3 | 59 | 2C |
| Octal | 322 | 25 | 14 | 0 | 132 | 136 | 22 | 3 | 131 | 54 |
| Binary | 11010010 | 10101 | 1100 | 0 | 1011010 | 1011110 | 10010 | 11 | 1011001 | 101100 |
Color Harmonies of #D2150C
Complementary color
Monochromatic Colors of #D2150C
Black with #D2150C
Text Example
Text Example
White with #D2150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2150C; }
p { color: rgb(210,21,12); }
H1.HeaderClassName
{
color: #D2150C;
}
.AnyTagClassName
{
color: #D2150C;
}
</style>
background-color css
<style>
a { background-color: #D2150C; }
a { background-color: rgb(210,21,12); }
div.DivClassName
{
background-color: #D2150C;
}
.BgClassName
{
background-color: #D2150C;
}
</style>
border-color css
<style>
span { border-color: #D2150C; }
span { border-color: rgb(210,21,12); }
td.TdClassName
{
border-color: #D2150C;
}
.TagClassName
{
border-color: #D2150C;
}
</style>