Shades of Free Speech Red #D70C02
Tints of Free Speech Red #D70C02
RGB
CMYK
RGB Variations
Color information
#D70C02 (or 0xD70C02) is known color: Free Speech Red. HEX triplet: D7, 0C and 02. RGB value is (215,12,2). Sum of RGB (Red+Green+Blue) = 215+12+2=229 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.89% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70C02 is #28F3FD. Grayscale: #474747. Windows color (decimal): -2683902 or 134359. OLE color: 134359.
HSL color Cylindrical-coordinate representation of color #D70C02: hue angle of 2.82º degrees, saturation: 0.98, 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 #D70C02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.16 |
| HSL | 2.82º | 0.98% | 0.43% | - |
| HSV(B) | 2.82º | 0.99% | 0.84% | - |
| XYZ | 28.17 | 14.71 | 1.41 | - |
| YUV | 71.56 | 88.75 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 2 | 0 | 0.94 | 0.99 | 0.16 | 2.82 | 0.98 | 0.43 |
| Hex | D7 | C | 2 | 0 | 5E | 63 | 10 | 3 | 62 | 2B |
| Octal | 327 | 14 | 2 | 0 | 136 | 143 | 20 | 3 | 142 | 53 |
| Binary | 11010111 | 1100 | 10 | 0 | 1011110 | 1100011 | 10000 | 11 | 1100010 | 101011 |
Color Harmonies of #D70C02
Complementary color
Monochromatic Colors of #D70C02
Black with #D70C02
Text Example
Text Example
White with #D70C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C02; }
p { color: rgb(215,12,2); }
H1.HeaderClassName
{
color: #D70C02;
}
.AnyTagClassName
{
color: #D70C02;
}
</style>
background-color css
<style>
a { background-color: #D70C02; }
a { background-color: rgb(215,12,2); }
div.DivClassName
{
background-color: #D70C02;
}
.BgClassName
{
background-color: #D70C02;
}
</style>
border-color css
<style>
span { border-color: #D70C02; }
span { border-color: rgb(215,12,2); }
td.TdClassName
{
border-color: #D70C02;
}
.TagClassName
{
border-color: #D70C02;
}
</style>