Shades of Free Speech Red #D4150C
Tints of Free Speech Red #D4150C
RGB
CMYK
RGB Variations
Color information
#D4150C (or 0xD4150C) is known color: Free Speech Red. HEX triplet: D4, 15 and 0C. RGB value is (212,21,12). Sum of RGB (Red+Green+Blue) = 212+21+12=245 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.53% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 212 - color contains mainly: red. Hex color #D4150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4150C is #2BEAF3. Grayscale: #4D4D4D. Windows color (decimal): -2878196 or 792020. OLE color: 792020.
HSL color Cylindrical-coordinate representation of color #D4150C: hue angle of 2.7º 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 #D4150C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.17 |
| HSL | 2.7º | 0.89% | 0.44% | - |
| HSV(B) | 2.7º | 0.94% | 0.83% | - |
| XYZ | 27.49 | 14.56 | 1.71 | - |
| YUV | 77.08 | 91.28 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 12 | 0 | 0.90 | 0.94 | 0.17 | 2.7 | 0.89 | 0.44 |
| Hex | D4 | 15 | C | 0 | 5A | 5E | 11 | 3 | 59 | 2C |
| Octal | 324 | 25 | 14 | 0 | 132 | 136 | 21 | 3 | 131 | 54 |
| Binary | 11010100 | 10101 | 1100 | 0 | 1011010 | 1011110 | 10001 | 11 | 1011001 | 101100 |
Color Harmonies of #D4150C
Complementary color
Monochromatic Colors of #D4150C
Black with #D4150C
Text Example
Text Example
White with #D4150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4150C; }
p { color: rgb(212,21,12); }
H1.HeaderClassName
{
color: #D4150C;
}
.AnyTagClassName
{
color: #D4150C;
}
</style>
background-color css
<style>
a { background-color: #D4150C; }
a { background-color: rgb(212,21,12); }
div.DivClassName
{
background-color: #D4150C;
}
.BgClassName
{
background-color: #D4150C;
}
</style>
border-color css
<style>
span { border-color: #D4150C; }
span { border-color: rgb(212,21,12); }
td.TdClassName
{
border-color: #D4150C;
}
.TagClassName
{
border-color: #D4150C;
}
</style>