Shades of Free Speech Red #D31A00
Tints of Free Speech Red #D31A00
RGB
CMYK
RGB Variations
Color information
#D31A00 (or 0xD31A00) is known color: Free Speech Red. HEX triplet: D3, 1A and 00. RGB value is (211,26,0). Sum of RGB (Red+Green+Blue) = 211+26+0=237 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.03% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31A00 is #2CE5FF. Grayscale: #4E4E4E. Windows color (decimal): -2942464 or 6867. OLE color: 6867.
HSL color Cylindrical-coordinate representation of color #D31A00: hue angle of 7.39º 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 #D31A00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.17 |
| HSL | 7.39º | 1% | 0.41% | - |
| HSV(B) | 7.39º | 1% | 0.83% | - |
| XYZ | 27.23 | 14.59 | 1.38 | - |
| YUV | 78.35 | 83.79 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 0 | 0 | 0.88 | 1 | 0.17 | 7.39 | 1 | 0.41 |
| Hex | D3 | 1A | 0 | 0 | 58 | 64 | 11 | 7 | 64 | 29 |
| Octal | 323 | 32 | 0 | 0 | 130 | 144 | 21 | 7 | 144 | 51 |
| Binary | 11010011 | 11010 | 0 | 0 | 1011000 | 1100100 | 10001 | 111 | 1100100 | 101001 |
Color Harmonies of #D31A00
Complementary color
Monochromatic Colors of #D31A00
Black with #D31A00
Text Example
Text Example
White with #D31A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31A00; }
p { color: rgb(211,26,0); }
H1.HeaderClassName
{
color: #D31A00;
}
.AnyTagClassName
{
color: #D31A00;
}
</style>
background-color css
<style>
a { background-color: #D31A00; }
a { background-color: rgb(211,26,0); }
div.DivClassName
{
background-color: #D31A00;
}
.BgClassName
{
background-color: #D31A00;
}
</style>
border-color css
<style>
span { border-color: #D31A00; }
span { border-color: rgb(211,26,0); }
td.TdClassName
{
border-color: #D31A00;
}
.TagClassName
{
border-color: #D31A00;
}
</style>