Shades of Free Speech Red #D60D03
Tints of Free Speech Red #D60D03
RGB
CMYK
RGB Variations
Color information
#D60D03 (or 0xD60D03) is known color: Free Speech Red. HEX triplet: D6, 0D and 03. RGB value is (214,13,3). Sum of RGB (Red+Green+Blue) = 214+13+3=230 (30% of max value = 765). Red value is 214 (83.98% from 255 or 93.04% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60D03 is #29F2FC. Grayscale: #484848. Windows color (decimal): -2749181 or 200150. OLE color: 200150.
HSL color Cylindrical-coordinate representation of color #D60D03: hue angle of 2.84º 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 #D60D03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 3 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.16 |
| HSL | 2.84º | 0.97% | 0.43% | - |
| HSV(B) | 2.84º | 0.99% | 0.84% | - |
| XYZ | 27.89 | 14.59 | 1.43 | - |
| YUV | 71.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 3 | 0 | 0.94 | 0.99 | 0.16 | 2.84 | 0.97 | 0.43 |
| Hex | D6 | D | 3 | 0 | 5E | 63 | 10 | 3 | 61 | 2B |
| Octal | 326 | 15 | 3 | 0 | 136 | 143 | 20 | 3 | 141 | 53 |
| Binary | 11010110 | 1101 | 11 | 0 | 1011110 | 1100011 | 10000 | 11 | 1100001 | 101011 |
Color Harmonies of #D60D03
Complementary color
Monochromatic Colors of #D60D03
Black with #D60D03
Text Example
Text Example
White with #D60D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D03; }
p { color: rgb(214,13,3); }
H1.HeaderClassName
{
color: #D60D03;
}
.AnyTagClassName
{
color: #D60D03;
}
</style>
background-color css
<style>
a { background-color: #D60D03; }
a { background-color: rgb(214,13,3); }
div.DivClassName
{
background-color: #D60D03;
}
.BgClassName
{
background-color: #D60D03;
}
</style>
border-color css
<style>
span { border-color: #D60D03; }
span { border-color: rgb(214,13,3); }
td.TdClassName
{
border-color: #D60D03;
}
.TagClassName
{
border-color: #D60D03;
}
</style>