Shades of Free Speech Red #D50C00
Tints of Free Speech Red #D50C00
RGB
CMYK
RGB Variations
Color information
#D50C00 (or 0xD50C00) is known color: Free Speech Red. HEX triplet: D5, 0C and 00. RGB value is (213,12,0). Sum of RGB (Red+Green+Blue) = 213+12+0=225 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.67% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50C00 is #2AF3FF. Grayscale: #464646. Windows color (decimal): -2814976 or 3285. OLE color: 3285.
HSL color Cylindrical-coordinate representation of color #D50C00: hue angle of 3.38º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50C00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.16 |
| HSL | 3.38º | 1% | 0.42% | - |
| HSV(B) | 3.38º | 1% | 0.84% | - |
| XYZ | 27.57 | 14.41 | 1.33 | - |
| YUV | 70.73 | 88.09 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 0 | 0 | 0.94 | 1 | 0.16 | 3.38 | 1 | 0.42 |
| Hex | D5 | C | 0 | 0 | 5E | 64 | 10 | 3 | 64 | 2A |
| Octal | 325 | 14 | 0 | 0 | 136 | 144 | 20 | 3 | 144 | 52 |
| Binary | 11010101 | 1100 | 0 | 0 | 1011110 | 1100100 | 10000 | 11 | 1100100 | 101010 |
Color Harmonies of #D50C00
Complementary color
Monochromatic Colors of #D50C00
Black with #D50C00
Text Example
Text Example
White with #D50C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C00; }
p { color: rgb(213,12,0); }
H1.HeaderClassName
{
color: #D50C00;
}
.AnyTagClassName
{
color: #D50C00;
}
</style>
background-color css
<style>
a { background-color: #D50C00; }
a { background-color: rgb(213,12,0); }
div.DivClassName
{
background-color: #D50C00;
}
.BgClassName
{
background-color: #D50C00;
}
</style>
border-color css
<style>
span { border-color: #D50C00; }
span { border-color: rgb(213,12,0); }
td.TdClassName
{
border-color: #D50C00;
}
.TagClassName
{
border-color: #D50C00;
}
</style>