Shades of Free Speech Red #D50F01
Tints of Free Speech Red #D50F01
RGB
CMYK
RGB Variations
Color information
#D50F01 (or 0xD50F01) is known color: Free Speech Red. HEX triplet: D5, 0F and 01. RGB value is (213,15,1). Sum of RGB (Red+Green+Blue) = 213+15+1=229 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.01% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50F01 is #2AF0FE. Grayscale: #484848. Windows color (decimal): -2814207 or 69589. OLE color: 69589.
HSL color Cylindrical-coordinate representation of color #D50F01: hue angle of 3.96º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50F01 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.16 |
| HSL | 3.96º | 0.99% | 0.42% | - |
| HSV(B) | 3.96º | 1% | 0.84% | - |
| XYZ | 27.62 | 14.49 | 1.37 | - |
| YUV | 72.61 | 87.6 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 1 | 0 | 0.93 | 1.00 | 0.16 | 3.96 | 0.99 | 0.42 |
| Hex | D5 | F | 1 | 0 | 5D | 64 | 10 | 4 | 63 | 2A |
| Octal | 325 | 17 | 1 | 0 | 135 | 144 | 20 | 4 | 143 | 52 |
| Binary | 11010101 | 1111 | 1 | 0 | 1011101 | 1100100 | 10000 | 100 | 1100011 | 101010 |
Color Harmonies of #D50F01
Complementary color
Monochromatic Colors of #D50F01
Black with #D50F01
Text Example
Text Example
White with #D50F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F01; }
p { color: rgb(213,15,1); }
H1.HeaderClassName
{
color: #D50F01;
}
.AnyTagClassName
{
color: #D50F01;
}
</style>
background-color css
<style>
a { background-color: #D50F01; }
a { background-color: rgb(213,15,1); }
div.DivClassName
{
background-color: #D50F01;
}
.BgClassName
{
background-color: #D50F01;
}
</style>
border-color css
<style>
span { border-color: #D50F01; }
span { border-color: rgb(213,15,1); }
td.TdClassName
{
border-color: #D50F01;
}
.TagClassName
{
border-color: #D50F01;
}
</style>