Shades of Free Speech Red #D01410
Tints of Free Speech Red #D01410
RGB
CMYK
RGB Variations
Color information
#D01410 (or 0xD01410) is known color: Free Speech Red. HEX triplet: D0, 14 and 10. RGB value is (208,20,16). Sum of RGB (Red+Green+Blue) = 208+20+16=244 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.25% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 208 - color contains mainly: red. Hex color #D01410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01410 is #2FEBEF. Grayscale: #4B4B4B. Windows color (decimal): -3140592 or 1053904. OLE color: 1053904.
HSL color Cylindrical-coordinate representation of color #D01410: hue angle of 1.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01410 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 16 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.18 |
| HSL | 1.25º | 0.86% | 0.44% | - |
| HSV(B) | 1.25º | 0.92% | 0.82% | - |
| XYZ | 26.36 | 13.95 | 1.79 | - |
| YUV | 75.76 | 94.28 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 16 | 0 | 0.90 | 0.92 | 0.18 | 1.25 | 0.86 | 0.44 |
| Hex | D0 | 14 | 10 | 0 | 5A | 5C | 12 | 1 | 56 | 2C |
| Octal | 320 | 24 | 20 | 0 | 132 | 134 | 22 | 1 | 126 | 54 |
| Binary | 11010000 | 10100 | 10000 | 0 | 1011010 | 1011100 | 10010 | 1 | 1010110 | 101100 |
Color Harmonies of #D01410
Complementary color
Monochromatic Colors of #D01410
Black with #D01410
Text Example
Text Example
White with #D01410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01410; }
p { color: rgb(208,20,16); }
H1.HeaderClassName
{
color: #D01410;
}
.AnyTagClassName
{
color: #D01410;
}
</style>
background-color css
<style>
a { background-color: #D01410; }
a { background-color: rgb(208,20,16); }
div.DivClassName
{
background-color: #D01410;
}
.BgClassName
{
background-color: #D01410;
}
</style>
border-color css
<style>
span { border-color: #D01410; }
span { border-color: rgb(208,20,16); }
td.TdClassName
{
border-color: #D01410;
}
.TagClassName
{
border-color: #D01410;
}
</style>