Shades of Free Speech Red #D00703
Tints of Free Speech Red #D00703
RGB
CMYK
RGB Variations
Color information
#D00703 (or 0xD00703) is known color: Free Speech Red. HEX triplet: D0, 07 and 03. RGB value is (208,7,3). Sum of RGB (Red+Green+Blue) = 208+7+3=218 (28% of max value = 765). Red value is 208 (81.64% from 255 or 95.41% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 208 - color contains mainly: red. Hex color #D00703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00703 is #2FF8FC. Grayscale: #424242. Windows color (decimal): -3143933 or 198608. OLE color: 198608.
HSL color Cylindrical-coordinate representation of color #D00703: hue angle of 1.17º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00703 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 3 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.18 |
| HSL | 1.17º | 0.97% | 0.41% | - |
| HSV(B) | 1.17º | 0.99% | 0.82% | - |
| XYZ | 26.1 | 13.57 | 1.33 | - |
| YUV | 66.64 | 92.09 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 3 | 0 | 0.97 | 0.99 | 0.18 | 1.17 | 0.97 | 0.41 |
| Hex | D0 | 7 | 3 | 0 | 61 | 63 | 12 | 1 | 61 | 29 |
| Octal | 320 | 7 | 3 | 0 | 141 | 143 | 22 | 1 | 141 | 51 |
| Binary | 11010000 | 111 | 11 | 0 | 1100001 | 1100011 | 10010 | 1 | 1100001 | 101001 |
Color Harmonies of #D00703
Complementary color
Monochromatic Colors of #D00703
Black with #D00703
Text Example
Text Example
White with #D00703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00703; }
p { color: rgb(208,7,3); }
H1.HeaderClassName
{
color: #D00703;
}
.AnyTagClassName
{
color: #D00703;
}
</style>
background-color css
<style>
a { background-color: #D00703; }
a { background-color: rgb(208,7,3); }
div.DivClassName
{
background-color: #D00703;
}
.BgClassName
{
background-color: #D00703;
}
</style>
border-color css
<style>
span { border-color: #D00703; }
span { border-color: rgb(208,7,3); }
td.TdClassName
{
border-color: #D00703;
}
.TagClassName
{
border-color: #D00703;
}
</style>