Shades of Free Speech Red #D50F08
Tints of Free Speech Red #D50F08
RGB
CMYK
RGB Variations
Color information
#D50F08 (or 0xD50F08) is known color: Free Speech Red. HEX triplet: D5, 0F and 08. RGB value is (213,15,8). Sum of RGB (Red+Green+Blue) = 213+15+8=236 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.25% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50F08 is #2AF0F7. Grayscale: #494949. Windows color (decimal): -2814200 or 528341. OLE color: 528341.
HSL color Cylindrical-coordinate representation of color #D50F08: hue angle of 2.05º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50F08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.16 |
| HSL | 2.05º | 0.93% | 0.43% | - |
| HSV(B) | 2.05º | 0.96% | 0.84% | - |
| XYZ | 27.66 | 14.51 | 1.57 | - |
| YUV | 73.4 | 91.1 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 8 | 0 | 0.93 | 0.96 | 0.16 | 2.05 | 0.93 | 0.43 |
| Hex | D5 | F | 8 | 0 | 5D | 60 | 10 | 2 | 5D | 2B |
| Octal | 325 | 17 | 10 | 0 | 135 | 140 | 20 | 2 | 135 | 53 |
| Binary | 11010101 | 1111 | 1000 | 0 | 1011101 | 1100000 | 10000 | 10 | 1011101 | 101011 |
Color Harmonies of #D50F08
Complementary color
Monochromatic Colors of #D50F08
Black with #D50F08
Text Example
Text Example
White with #D50F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F08; }
p { color: rgb(213,15,8); }
H1.HeaderClassName
{
color: #D50F08;
}
.AnyTagClassName
{
color: #D50F08;
}
</style>
background-color css
<style>
a { background-color: #D50F08; }
a { background-color: rgb(213,15,8); }
div.DivClassName
{
background-color: #D50F08;
}
.BgClassName
{
background-color: #D50F08;
}
</style>
border-color css
<style>
span { border-color: #D50F08; }
span { border-color: rgb(213,15,8); }
td.TdClassName
{
border-color: #D50F08;
}
.TagClassName
{
border-color: #D50F08;
}
</style>