Shades of Free Speech Red #D70C03
Tints of Free Speech Red #D70C03
RGB
CMYK
RGB Variations
Color information
#D70C03 (or 0xD70C03) is known color: Free Speech Red. HEX triplet: D7, 0C and 03. RGB value is (215,12,3). Sum of RGB (Red+Green+Blue) = 215+12+3=230 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.48% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70C03 is #28F3FC. Grayscale: #474747. Windows color (decimal): -2683901 or 199895. OLE color: 199895.
HSL color Cylindrical-coordinate representation of color #D70C03: hue angle of 2.55º 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 #D70C03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 3 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.16 |
| HSL | 2.55º | 0.97% | 0.43% | - |
| HSV(B) | 2.55º | 0.99% | 0.84% | - |
| XYZ | 28.17 | 14.72 | 1.44 | - |
| YUV | 71.67 | 89.25 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 3 | 0 | 0.94 | 0.99 | 0.16 | 2.55 | 0.97 | 0.43 |
| Hex | D7 | C | 3 | 0 | 5E | 63 | 10 | 3 | 61 | 2B |
| Octal | 327 | 14 | 3 | 0 | 136 | 143 | 20 | 3 | 141 | 53 |
| Binary | 11010111 | 1100 | 11 | 0 | 1011110 | 1100011 | 10000 | 11 | 1100001 | 101011 |
Color Harmonies of #D70C03
Complementary color
Monochromatic Colors of #D70C03
Black with #D70C03
Text Example
Text Example
White with #D70C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C03; }
p { color: rgb(215,12,3); }
H1.HeaderClassName
{
color: #D70C03;
}
.AnyTagClassName
{
color: #D70C03;
}
</style>
background-color css
<style>
a { background-color: #D70C03; }
a { background-color: rgb(215,12,3); }
div.DivClassName
{
background-color: #D70C03;
}
.BgClassName
{
background-color: #D70C03;
}
</style>
border-color css
<style>
span { border-color: #D70C03; }
span { border-color: rgb(215,12,3); }
td.TdClassName
{
border-color: #D70C03;
}
.TagClassName
{
border-color: #D70C03;
}
</style>