Shades of Free Speech Red #D60E03
Tints of Free Speech Red #D60E03
RGB
CMYK
RGB Variations
Color information
#D60E03 (or 0xD60E03) is known color: Free Speech Red. HEX triplet: D6, 0E and 03. RGB value is (214,14,3). Sum of RGB (Red+Green+Blue) = 214+14+3=231 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.64% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60E03 is #29F1FC. Grayscale: #484848. Windows color (decimal): -2748925 or 200406. OLE color: 200406.
HSL color Cylindrical-coordinate representation of color #D60E03: hue angle of 3.13º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60E03 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.16 |
| HSL | 3.13º | 0.97% | 0.43% | - |
| HSV(B) | 3.13º | 0.99% | 0.84% | - |
| XYZ | 27.91 | 14.62 | 1.44 | - |
| YUV | 72.55 | 88.76 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 3 | 0 | 0.93 | 0.99 | 0.16 | 3.13 | 0.97 | 0.43 |
| Hex | D6 | E | 3 | 0 | 5D | 63 | 10 | 3 | 61 | 2B |
| Octal | 326 | 16 | 3 | 0 | 135 | 143 | 20 | 3 | 141 | 53 |
| Binary | 11010110 | 1110 | 11 | 0 | 1011101 | 1100011 | 10000 | 11 | 1100001 | 101011 |
Color Harmonies of #D60E03
Complementary color
Monochromatic Colors of #D60E03
Black with #D60E03
Text Example
Text Example
White with #D60E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E03; }
p { color: rgb(214,14,3); }
H1.HeaderClassName
{
color: #D60E03;
}
.AnyTagClassName
{
color: #D60E03;
}
</style>
background-color css
<style>
a { background-color: #D60E03; }
a { background-color: rgb(214,14,3); }
div.DivClassName
{
background-color: #D60E03;
}
.BgClassName
{
background-color: #D60E03;
}
</style>
border-color css
<style>
span { border-color: #D60E03; }
span { border-color: rgb(214,14,3); }
td.TdClassName
{
border-color: #D60E03;
}
.TagClassName
{
border-color: #D60E03;
}
</style>