Shades of Free Speech Red #D50C02
Tints of Free Speech Red #D50C02
RGB
CMYK
RGB Variations
Color information
#D50C02 (or 0xD50C02) is known color: Free Speech Red. HEX triplet: D5, 0C and 02. RGB value is (213,12,2). Sum of RGB (Red+Green+Blue) = 213+12+2=227 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.83% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50C02 is #2AF3FD. Grayscale: #474747. Windows color (decimal): -2814974 or 134357. OLE color: 134357.
HSL color Cylindrical-coordinate representation of color #D50C02: hue angle of 2.84º degrees, saturation: 0.98, 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 #D50C02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.16 |
| HSL | 2.84º | 0.98% | 0.42% | - |
| HSV(B) | 2.84º | 0.99% | 0.84% | - |
| XYZ | 27.58 | 14.41 | 1.39 | - |
| YUV | 70.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 2 | 0 | 0.94 | 0.99 | 0.16 | 2.84 | 0.98 | 0.42 |
| Hex | D5 | C | 2 | 0 | 5E | 63 | 10 | 3 | 62 | 2A |
| Octal | 325 | 14 | 2 | 0 | 136 | 143 | 20 | 3 | 142 | 52 |
| Binary | 11010101 | 1100 | 10 | 0 | 1011110 | 1100011 | 10000 | 11 | 1100010 | 101010 |
Color Harmonies of #D50C02
Complementary color
Monochromatic Colors of #D50C02
Black with #D50C02
Text Example
Text Example
White with #D50C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C02; }
p { color: rgb(213,12,2); }
H1.HeaderClassName
{
color: #D50C02;
}
.AnyTagClassName
{
color: #D50C02;
}
</style>
background-color css
<style>
a { background-color: #D50C02; }
a { background-color: rgb(213,12,2); }
div.DivClassName
{
background-color: #D50C02;
}
.BgClassName
{
background-color: #D50C02;
}
</style>
border-color css
<style>
span { border-color: #D50C02; }
span { border-color: rgb(213,12,2); }
td.TdClassName
{
border-color: #D50C02;
}
.TagClassName
{
border-color: #D50C02;
}
</style>