Shades of Free Speech Red #D50F03
Tints of Free Speech Red #D50F03
RGB
CMYK
RGB Variations
Color information
#D50F03 (or 0xD50F03) is known color: Free Speech Red. HEX triplet: D5, 0F and 03. RGB value is (213,15,3). Sum of RGB (Red+Green+Blue) = 213+15+3=231 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.21% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50F03 is #2AF0FC. Grayscale: #494949. Windows color (decimal): -2814205 or 200661. OLE color: 200661.
HSL color Cylindrical-coordinate representation of color #D50F03: hue angle of 3.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50F03 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.16 |
| HSL | 3.43º | 0.97% | 0.42% | - |
| HSV(B) | 3.43º | 0.99% | 0.84% | - |
| XYZ | 27.63 | 14.49 | 1.43 | - |
| YUV | 72.83 | 88.6 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 3 | 0 | 0.93 | 0.99 | 0.16 | 3.43 | 0.97 | 0.42 |
| Hex | D5 | F | 3 | 0 | 5D | 63 | 10 | 3 | 61 | 2A |
| Octal | 325 | 17 | 3 | 0 | 135 | 143 | 20 | 3 | 141 | 52 |
| Binary | 11010101 | 1111 | 11 | 0 | 1011101 | 1100011 | 10000 | 11 | 1100001 | 101010 |
Color Harmonies of #D50F03
Complementary color
Monochromatic Colors of #D50F03
Black with #D50F03
Text Example
Text Example
White with #D50F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F03; }
p { color: rgb(213,15,3); }
H1.HeaderClassName
{
color: #D50F03;
}
.AnyTagClassName
{
color: #D50F03;
}
</style>
background-color css
<style>
a { background-color: #D50F03; }
a { background-color: rgb(213,15,3); }
div.DivClassName
{
background-color: #D50F03;
}
.BgClassName
{
background-color: #D50F03;
}
</style>
border-color css
<style>
span { border-color: #D50F03; }
span { border-color: rgb(213,15,3); }
td.TdClassName
{
border-color: #D50F03;
}
.TagClassName
{
border-color: #D50F03;
}
</style>