Shades of Free Speech Red #D31300
Tints of Free Speech Red #D31300
RGB
CMYK
RGB Variations
Color information
#D31300 (or 0xD31300) is known color: Free Speech Red. HEX triplet: D3, 13 and 00. RGB value is (211,19,0). Sum of RGB (Red+Green+Blue) = 211+19+0=230 (30% of max value = 765). Red value is 211 (82.81% from 255 or 91.74% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 211 - color contains mainly: red. Hex color #D31300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31300 is #2CECFF. Grayscale: #4A4A4A. Windows color (decimal): -2944256 or 5075. OLE color: 5075.
HSL color Cylindrical-coordinate representation of color #D31300: hue angle of 5.4º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D31300 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 19 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.17 |
| HSL | 5.4º | 1% | 0.41% | - |
| HSV(B) | 5.4º | 1% | 0.83% | - |
| XYZ | 27.1 | 14.31 | 1.33 | - |
| YUV | 74.24 | 86.11 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 0 | 0 | 0.91 | 1 | 0.17 | 5.4 | 1 | 0.41 |
| Hex | D3 | 13 | 0 | 0 | 5B | 64 | 11 | 5 | 64 | 29 |
| Octal | 323 | 23 | 0 | 0 | 133 | 144 | 21 | 5 | 144 | 51 |
| Binary | 11010011 | 10011 | 0 | 0 | 1011011 | 1100100 | 10001 | 101 | 1100100 | 101001 |
Color Harmonies of #D31300
Complementary color
Monochromatic Colors of #D31300
Black with #D31300
Text Example
Text Example
White with #D31300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31300; }
p { color: rgb(211,19,0); }
H1.HeaderClassName
{
color: #D31300;
}
.AnyTagClassName
{
color: #D31300;
}
</style>
background-color css
<style>
a { background-color: #D31300; }
a { background-color: rgb(211,19,0); }
div.DivClassName
{
background-color: #D31300;
}
.BgClassName
{
background-color: #D31300;
}
</style>
border-color css
<style>
span { border-color: #D31300; }
span { border-color: rgb(211,19,0); }
td.TdClassName
{
border-color: #D31300;
}
.TagClassName
{
border-color: #D31300;
}
</style>