Shades of Free Speech Red #D61201
Tints of Free Speech Red #D61201
RGB
CMYK
RGB Variations
Color information
#D61201 (or 0xD61201) is known color: Free Speech Red. HEX triplet: D6, 12 and 01. RGB value is (214,18,1). Sum of RGB (Red+Green+Blue) = 214+18+1=233 (30% of max value = 765). Red value is 214 (83.98% from 255 or 91.85% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 214 - color contains mainly: red. Hex color #D61201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61201 is #29EDFE. Grayscale: #4A4A4A. Windows color (decimal): -2747903 or 70358. OLE color: 70358.
HSL color Cylindrical-coordinate representation of color #D61201: hue angle of 4.79º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D61201 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.16 |
| HSL | 4.79º | 0.99% | 0.42% | - |
| HSV(B) | 4.79º | 1% | 0.84% | - |
| XYZ | 27.95 | 14.73 | 1.4 | - |
| YUV | 74.67 | 86.43 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 1 | 0 | 0.92 | 1.00 | 0.16 | 4.79 | 0.99 | 0.42 |
| Hex | D6 | 12 | 1 | 0 | 5C | 64 | 10 | 5 | 63 | 2A |
| Octal | 326 | 22 | 1 | 0 | 134 | 144 | 20 | 5 | 143 | 52 |
| Binary | 11010110 | 10010 | 1 | 0 | 1011100 | 1100100 | 10000 | 101 | 1100011 | 101010 |
Color Harmonies of #D61201
Complementary color
Monochromatic Colors of #D61201
Black with #D61201
Text Example
Text Example
White with #D61201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61201; }
p { color: rgb(214,18,1); }
H1.HeaderClassName
{
color: #D61201;
}
.AnyTagClassName
{
color: #D61201;
}
</style>
background-color css
<style>
a { background-color: #D61201; }
a { background-color: rgb(214,18,1); }
div.DivClassName
{
background-color: #D61201;
}
.BgClassName
{
background-color: #D61201;
}
</style>
border-color css
<style>
span { border-color: #D61201; }
span { border-color: rgb(214,18,1); }
td.TdClassName
{
border-color: #D61201;
}
.TagClassName
{
border-color: #D61201;
}
</style>