Shades of Free Speech Red #D61402
Tints of Free Speech Red #D61402
RGB
CMYK
RGB Variations
Color information
#D61402 (or 0xD61402) is known color: Free Speech Red. HEX triplet: D6, 14 and 02. RGB value is (214,20,2). Sum of RGB (Red+Green+Blue) = 214+20+2=236 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.68% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 214 - color contains mainly: red. Hex color #D61402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61402 is #29EBFD. Grayscale: #4C4C4C. Windows color (decimal): -2747390 or 136406. OLE color: 136406.
HSL color Cylindrical-coordinate representation of color #D61402: hue angle of 5.09º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D61402 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.16 |
| HSL | 5.09º | 0.98% | 0.42% | - |
| HSV(B) | 5.09º | 0.99% | 0.84% | - |
| XYZ | 27.99 | 14.8 | 1.44 | - |
| YUV | 75.95 | 86.27 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 2 | 0 | 0.91 | 0.99 | 0.16 | 5.09 | 0.98 | 0.42 |
| Hex | D6 | 14 | 2 | 0 | 5B | 63 | 10 | 5 | 62 | 2A |
| Octal | 326 | 24 | 2 | 0 | 133 | 143 | 20 | 5 | 142 | 52 |
| Binary | 11010110 | 10100 | 10 | 0 | 1011011 | 1100011 | 10000 | 101 | 1100010 | 101010 |
Color Harmonies of #D61402
Complementary color
Monochromatic Colors of #D61402
Black with #D61402
Text Example
Text Example
White with #D61402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61402; }
p { color: rgb(214,20,2); }
H1.HeaderClassName
{
color: #D61402;
}
.AnyTagClassName
{
color: #D61402;
}
</style>
background-color css
<style>
a { background-color: #D61402; }
a { background-color: rgb(214,20,2); }
div.DivClassName
{
background-color: #D61402;
}
.BgClassName
{
background-color: #D61402;
}
</style>
border-color css
<style>
span { border-color: #D61402; }
span { border-color: rgb(214,20,2); }
td.TdClassName
{
border-color: #D61402;
}
.TagClassName
{
border-color: #D61402;
}
</style>