Shades of Free Speech Red #DA0703
Tints of Free Speech Red #DA0703
RGB
CMYK
RGB Variations
Color information
#DA0703 (or 0xDA0703) is known color: Free Speech Red. HEX triplet: DA, 07 and 03. RGB value is (218,7,3). Sum of RGB (Red+Green+Blue) = 218+7+3=228 (30% of max value = 765). Red value is 218 (85.55% from 255 or 95.61% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0703 is #25F8FC. Grayscale: #454545. Windows color (decimal): -2488573 or 198618. OLE color: 198618.
HSL color Cylindrical-coordinate representation of color #DA0703: hue angle of 1.12º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0703 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 3 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.15 |
| HSL | 1.12º | 0.97% | 0.43% | - |
| HSV(B) | 1.12º | 0.99% | 0.85% | - |
| XYZ | 29.01 | 15.06 | 1.47 | - |
| YUV | 69.63 | 90.4 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 3 | 0 | 0.97 | 0.99 | 0.15 | 1.12 | 0.97 | 0.43 |
| Hex | DA | 7 | 3 | 0 | 61 | 63 | F | 1 | 61 | 2B |
| Octal | 332 | 7 | 3 | 0 | 141 | 143 | 17 | 1 | 141 | 53 |
| Binary | 11011010 | 111 | 11 | 0 | 1100001 | 1100011 | 1111 | 1 | 1100001 | 101011 |
Color Harmonies of #DA0703
Complementary color
Monochromatic Colors of #DA0703
Black with #DA0703
Text Example
Text Example
White with #DA0703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0703; }
p { color: rgb(218,7,3); }
H1.HeaderClassName
{
color: #DA0703;
}
.AnyTagClassName
{
color: #DA0703;
}
</style>
background-color css
<style>
a { background-color: #DA0703; }
a { background-color: rgb(218,7,3); }
div.DivClassName
{
background-color: #DA0703;
}
.BgClassName
{
background-color: #DA0703;
}
</style>
border-color css
<style>
span { border-color: #DA0703; }
span { border-color: rgb(218,7,3); }
td.TdClassName
{
border-color: #DA0703;
}
.TagClassName
{
border-color: #DA0703;
}
</style>