Shades of Free Speech Red #DA0700
Tints of Free Speech Red #DA0700
RGB
CMYK
RGB Variations
Color information
#DA0700 (or 0xDA0700) is known color: Free Speech Red. HEX triplet: DA, 07 and 00. RGB value is (218,7,0). Sum of RGB (Red+Green+Blue) = 218+7+0=225 (29% of max value = 765). Red value is 218 (85.55% from 255 or 96.89% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0700 is #25F8FF. Grayscale: #454545. Windows color (decimal): -2488576 or 2010. OLE color: 2010.
HSL color Cylindrical-coordinate representation of color #DA0700: hue angle of 1.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.15 |
| HSL | 1.93º | 1% | 0.43% | - |
| HSV(B) | 1.93º | 1% | 0.85% | - |
| XYZ | 28.99 | 15.06 | 1.38 | - |
| YUV | 69.29 | 88.9 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 0 | 0 | 0.97 | 1 | 0.15 | 1.93 | 1 | 0.43 |
| Hex | DA | 7 | 0 | 0 | 61 | 64 | F | 2 | 64 | 2B |
| Octal | 332 | 7 | 0 | 0 | 141 | 144 | 17 | 2 | 144 | 53 |
| Binary | 11011010 | 111 | 0 | 0 | 1100001 | 1100100 | 1111 | 10 | 1100100 | 101011 |
Color Harmonies of #DA0700
Complementary color
Monochromatic Colors of #DA0700
Black with #DA0700
Text Example
Text Example
White with #DA0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0700; }
p { color: rgb(218,7,0); }
H1.HeaderClassName
{
color: #DA0700;
}
.AnyTagClassName
{
color: #DA0700;
}
</style>
background-color css
<style>
a { background-color: #DA0700; }
a { background-color: rgb(218,7,0); }
div.DivClassName
{
background-color: #DA0700;
}
.BgClassName
{
background-color: #DA0700;
}
</style>
border-color css
<style>
span { border-color: #DA0700; }
span { border-color: rgb(218,7,0); }
td.TdClassName
{
border-color: #DA0700;
}
.TagClassName
{
border-color: #DA0700;
}
</style>