Shades of Free Speech Red #D41200
Tints of Free Speech Red #D41200
RGB
CMYK
RGB Variations
Color information
#D41200 (or 0xD41200) is known color: Free Speech Red. HEX triplet: D4, 12 and 00. RGB value is (212,18,0). Sum of RGB (Red+Green+Blue) = 212+18+0=230 (30% of max value = 765). Red value is 212 (83.20% from 255 or 92.17% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 212 - color contains mainly: red. Hex color #D41200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41200 is #2BEDFF. Grayscale: #4A4A4A. Windows color (decimal): -2878976 or 4820. OLE color: 4820.
HSL color Cylindrical-coordinate representation of color #D41200: hue angle of 5.09º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D41200 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.17 |
| HSL | 5.09º | 1% | 0.42% | - |
| HSV(B) | 5.09º | 1% | 0.83% | - |
| XYZ | 27.37 | 14.43 | 1.34 | - |
| YUV | 73.95 | 86.27 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 0 | 0 | 0.92 | 1 | 0.17 | 5.09 | 1 | 0.42 |
| Hex | D4 | 12 | 0 | 0 | 5C | 64 | 11 | 5 | 64 | 2A |
| Octal | 324 | 22 | 0 | 0 | 134 | 144 | 21 | 5 | 144 | 52 |
| Binary | 11010100 | 10010 | 0 | 0 | 1011100 | 1100100 | 10001 | 101 | 1100100 | 101010 |
Color Harmonies of #D41200
Complementary color
Monochromatic Colors of #D41200
Black with #D41200
Text Example
Text Example
White with #D41200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41200; }
p { color: rgb(212,18,0); }
H1.HeaderClassName
{
color: #D41200;
}
.AnyTagClassName
{
color: #D41200;
}
</style>
background-color css
<style>
a { background-color: #D41200; }
a { background-color: rgb(212,18,0); }
div.DivClassName
{
background-color: #D41200;
}
.BgClassName
{
background-color: #D41200;
}
</style>
border-color css
<style>
span { border-color: #D41200; }
span { border-color: rgb(212,18,0); }
td.TdClassName
{
border-color: #D41200;
}
.TagClassName
{
border-color: #D41200;
}
</style>