Shades of Free Speech Red #D70302
Tints of Free Speech Red #D70302
RGB
CMYK
RGB Variations
Color information
#D70302 (or 0xD70302) is known color: Free Speech Red. HEX triplet: D7, 03 and 02. RGB value is (215,3,2). Sum of RGB (Red+Green+Blue) = 215+3+2=220 (29% of max value = 765). Red value is 215 (84.38% from 255 or 97.73% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 215 - color contains mainly: red. Hex color #D70302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70302 is #28FCFD. Grayscale: #424242. Windows color (decimal): -2686206 or 132055. OLE color: 132055.
HSL color Cylindrical-coordinate representation of color #D70302: hue angle of 0.28º 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 #D70302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.16 |
| HSL | 0.28º | 0.98% | 0.43% | - |
| HSV(B) | 0.28º | 0.99% | 0.84% | - |
| XYZ | 28.07 | 14.52 | 1.38 | - |
| YUV | 66.27 | 91.74 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 2 | 0 | 0.99 | 0.99 | 0.16 | 0.28 | 0.98 | 0.43 |
| Hex | D7 | 3 | 2 | 0 | 63 | 63 | 10 | 0 | 62 | 2B |
| Octal | 327 | 3 | 2 | 0 | 143 | 143 | 20 | 0 | 142 | 53 |
| Binary | 11010111 | 11 | 10 | 0 | 1100011 | 1100011 | 10000 | 0 | 1100010 | 101011 |
Color Harmonies of #D70302
Complementary color
Monochromatic Colors of #D70302
Black with #D70302
Text Example
Text Example
White with #D70302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70302; }
p { color: rgb(215,3,2); }
H1.HeaderClassName
{
color: #D70302;
}
.AnyTagClassName
{
color: #D70302;
}
</style>
background-color css
<style>
a { background-color: #D70302; }
a { background-color: rgb(215,3,2); }
div.DivClassName
{
background-color: #D70302;
}
.BgClassName
{
background-color: #D70302;
}
</style>
border-color css
<style>
span { border-color: #D70302; }
span { border-color: rgb(215,3,2); }
td.TdClassName
{
border-color: #D70302;
}
.TagClassName
{
border-color: #D70302;
}
</style>