Shades of Free Speech Red #D61301
Tints of Free Speech Red #D61301
RGB
CMYK
RGB Variations
Color information
#D61301 (or 0xD61301) is known color: Free Speech Red. HEX triplet: D6, 13 and 01. RGB value is (214,19,1). Sum of RGB (Red+Green+Blue) = 214+19+1=234 (30% of max value = 765). Red value is 214 (83.98% from 255 or 91.45% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 214 - color contains mainly: red. Hex color #D61301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61301 is #29ECFE. Grayscale: #4B4B4B. Windows color (decimal): -2747647 or 70614. OLE color: 70614.
HSL color Cylindrical-coordinate representation of color #D61301: hue angle of 5.07º 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 #D61301 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.16 |
| HSL | 5.07º | 0.99% | 0.42% | - |
| HSV(B) | 5.07º | 1% | 0.84% | - |
| XYZ | 27.97 | 14.76 | 1.4 | - |
| YUV | 75.25 | 86.1 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 1 | 0 | 0.91 | 1.00 | 0.16 | 5.07 | 0.99 | 0.42 |
| Hex | D6 | 13 | 1 | 0 | 5B | 64 | 10 | 5 | 63 | 2A |
| Octal | 326 | 23 | 1 | 0 | 133 | 144 | 20 | 5 | 143 | 52 |
| Binary | 11010110 | 10011 | 1 | 0 | 1011011 | 1100100 | 10000 | 101 | 1100011 | 101010 |
Color Harmonies of #D61301
Complementary color
Monochromatic Colors of #D61301
Black with #D61301
Text Example
Text Example
White with #D61301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61301; }
p { color: rgb(214,19,1); }
H1.HeaderClassName
{
color: #D61301;
}
.AnyTagClassName
{
color: #D61301;
}
</style>
background-color css
<style>
a { background-color: #D61301; }
a { background-color: rgb(214,19,1); }
div.DivClassName
{
background-color: #D61301;
}
.BgClassName
{
background-color: #D61301;
}
</style>
border-color css
<style>
span { border-color: #D61301; }
span { border-color: rgb(214,19,1); }
td.TdClassName
{
border-color: #D61301;
}
.TagClassName
{
border-color: #D61301;
}
</style>