Shades of Free Speech Red #D81307
Tints of Free Speech Red #D81307
RGB
CMYK
RGB Variations
Color information
#D81307 (or 0xD81307) is known color: Free Speech Red. HEX triplet: D8, 13 and 07. RGB value is (216,19,7). Sum of RGB (Red+Green+Blue) = 216+19+7=242 (32% of max value = 765). Red value is 216 (84.77% from 255 or 89.26% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 216 - color contains mainly: red. Hex color #D81307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81307 is #27ECF8. Grayscale: #4C4C4C. Windows color (decimal): -2616569 or 463832. OLE color: 463832.
HSL color Cylindrical-coordinate representation of color #D81307: hue angle of 3.44º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D81307 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.15 |
| HSL | 3.44º | 0.94% | 0.44% | - |
| HSV(B) | 3.44º | 0.97% | 0.85% | - |
| XYZ | 28.59 | 15.08 | 1.6 | - |
| YUV | 76.54 | 88.77 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 7 | 0 | 0.91 | 0.97 | 0.15 | 3.44 | 0.94 | 0.44 |
| Hex | D8 | 13 | 7 | 0 | 5B | 61 | F | 3 | 5E | 2C |
| Octal | 330 | 23 | 7 | 0 | 133 | 141 | 17 | 3 | 136 | 54 |
| Binary | 11011000 | 10011 | 111 | 0 | 1011011 | 1100001 | 1111 | 11 | 1011110 | 101100 |
Color Harmonies of #D81307
Complementary color
Monochromatic Colors of #D81307
Black with #D81307
Text Example
Text Example
White with #D81307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81307; }
p { color: rgb(216,19,7); }
H1.HeaderClassName
{
color: #D81307;
}
.AnyTagClassName
{
color: #D81307;
}
</style>
background-color css
<style>
a { background-color: #D81307; }
a { background-color: rgb(216,19,7); }
div.DivClassName
{
background-color: #D81307;
}
.BgClassName
{
background-color: #D81307;
}
</style>
border-color css
<style>
span { border-color: #D81307; }
span { border-color: rgb(216,19,7); }
td.TdClassName
{
border-color: #D81307;
}
.TagClassName
{
border-color: #D81307;
}
</style>