Shades of Free Speech Red #D3140C
Tints of Free Speech Red #D3140C
RGB
CMYK
RGB Variations
Color information
#D3140C (or 0xD3140C) is known color: Free Speech Red. HEX triplet: D3, 14 and 0C. RGB value is (211,20,12). Sum of RGB (Red+Green+Blue) = 211+20+12=243 (32% of max value = 765). Red value is 211 (82.81% from 255 or 86.83% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 211 - color contains mainly: red. Hex color #D3140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3140C is #2CEBF3. Grayscale: #4C4C4C. Windows color (decimal): -2943988 or 791763. OLE color: 791763.
HSL color Cylindrical-coordinate representation of color #D3140C: hue angle of 2.41º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3140C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.17 |
| HSL | 2.41º | 0.89% | 0.44% | - |
| HSV(B) | 2.41º | 0.94% | 0.83% | - |
| XYZ | 27.18 | 14.38 | 1.69 | - |
| YUV | 76.2 | 91.78 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 12 | 0 | 0.91 | 0.94 | 0.17 | 2.41 | 0.89 | 0.44 |
| Hex | D3 | 14 | C | 0 | 5B | 5E | 11 | 2 | 59 | 2C |
| Octal | 323 | 24 | 14 | 0 | 133 | 136 | 21 | 2 | 131 | 54 |
| Binary | 11010011 | 10100 | 1100 | 0 | 1011011 | 1011110 | 10001 | 10 | 1011001 | 101100 |
Color Harmonies of #D3140C
Complementary color
Monochromatic Colors of #D3140C
Black with #D3140C
Text Example
Text Example
White with #D3140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3140C; }
p { color: rgb(211,20,12); }
H1.HeaderClassName
{
color: #D3140C;
}
.AnyTagClassName
{
color: #D3140C;
}
</style>
background-color css
<style>
a { background-color: #D3140C; }
a { background-color: rgb(211,20,12); }
div.DivClassName
{
background-color: #D3140C;
}
.BgClassName
{
background-color: #D3140C;
}
</style>
border-color css
<style>
span { border-color: #D3140C; }
span { border-color: rgb(211,20,12); }
td.TdClassName
{
border-color: #D3140C;
}
.TagClassName
{
border-color: #D3140C;
}
</style>