Shades of Free Speech Red #D31409
Tints of Free Speech Red #D31409
RGB
CMYK
RGB Variations
Color information
#D31409 (or 0xD31409) is known color: Free Speech Red. HEX triplet: D3, 14 and 09. RGB value is (211,20,9). Sum of RGB (Red+Green+Blue) = 211+20+9=240 (31% of max value = 765). Red value is 211 (82.81% from 255 or 87.92% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 211 - color contains mainly: red. Hex color #D31409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31409 is #2CEBF6. Grayscale: #4C4C4C. Windows color (decimal): -2943991 or 595155. OLE color: 595155.
HSL color Cylindrical-coordinate representation of color #D31409: hue angle of 3.27º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D31409 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.17 |
| HSL | 3.27º | 0.92% | 0.43% | - |
| HSV(B) | 3.27º | 0.96% | 0.83% | - |
| XYZ | 27.16 | 14.37 | 1.6 | - |
| YUV | 75.86 | 90.28 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 9 | 0 | 0.91 | 0.96 | 0.17 | 3.27 | 0.92 | 0.43 |
| Hex | D3 | 14 | 9 | 0 | 5B | 60 | 11 | 3 | 5C | 2B |
| Octal | 323 | 24 | 11 | 0 | 133 | 140 | 21 | 3 | 134 | 53 |
| Binary | 11010011 | 10100 | 1001 | 0 | 1011011 | 1100000 | 10001 | 11 | 1011100 | 101011 |
Color Harmonies of #D31409
Complementary color
Monochromatic Colors of #D31409
Black with #D31409
Text Example
Text Example
White with #D31409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31409; }
p { color: rgb(211,20,9); }
H1.HeaderClassName
{
color: #D31409;
}
.AnyTagClassName
{
color: #D31409;
}
</style>
background-color css
<style>
a { background-color: #D31409; }
a { background-color: rgb(211,20,9); }
div.DivClassName
{
background-color: #D31409;
}
.BgClassName
{
background-color: #D31409;
}
</style>
border-color css
<style>
span { border-color: #D31409; }
span { border-color: rgb(211,20,9); }
td.TdClassName
{
border-color: #D31409;
}
.TagClassName
{
border-color: #D31409;
}
</style>