Shades of Free Speech Red #D2140F
Tints of Free Speech Red #D2140F
RGB
CMYK
RGB Variations
Color information
#D2140F (or 0xD2140F) is known color: Free Speech Red. HEX triplet: D2, 14 and 0F. RGB value is (210,20,15). Sum of RGB (Red+Green+Blue) = 210+20+15=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D2140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2140F is #2DEBF0. Grayscale: #4C4C4C. Windows color (decimal): -3009521 or 988370. OLE color: 988370.
HSL color Cylindrical-coordinate representation of color #D2140F: hue angle of 1.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2140F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 15 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.18 |
| HSL | 1.54º | 0.87% | 0.44% | - |
| HSV(B) | 1.54º | 0.93% | 0.82% | - |
| XYZ | 26.91 | 14.24 | 1.78 | - |
| YUV | 76.24 | 93.45 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 15 | 0 | 0.90 | 0.93 | 0.18 | 1.54 | 0.87 | 0.44 |
| Hex | D2 | 14 | F | 0 | 5A | 5D | 12 | 2 | 57 | 2C |
| Octal | 322 | 24 | 17 | 0 | 132 | 135 | 22 | 2 | 127 | 54 |
| Binary | 11010010 | 10100 | 1111 | 0 | 1011010 | 1011101 | 10010 | 10 | 1010111 | 101100 |
Color Harmonies of #D2140F
Complementary color
Monochromatic Colors of #D2140F
Black with #D2140F
Text Example
Text Example
White with #D2140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2140F; }
p { color: rgb(210,20,15); }
H1.HeaderClassName
{
color: #D2140F;
}
.AnyTagClassName
{
color: #D2140F;
}
</style>
background-color css
<style>
a { background-color: #D2140F; }
a { background-color: rgb(210,20,15); }
div.DivClassName
{
background-color: #D2140F;
}
.BgClassName
{
background-color: #D2140F;
}
</style>
border-color css
<style>
span { border-color: #D2140F; }
span { border-color: rgb(210,20,15); }
td.TdClassName
{
border-color: #D2140F;
}
.TagClassName
{
border-color: #D2140F;
}
</style>