Shades of Free Speech Red #DA0F08
Tints of Free Speech Red #DA0F08
RGB
CMYK
RGB Variations
Color information
#DA0F08 (or 0xDA0F08) is known color: Free Speech Red. HEX triplet: DA, 0F and 08. RGB value is (218,15,8). Sum of RGB (Red+Green+Blue) = 218+15+8=241 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.46% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0F08 is #25F0F7. Grayscale: #4B4B4B. Windows color (decimal): -2486520 or 528346. OLE color: 528346.
HSL color Cylindrical-coordinate representation of color #DA0F08: hue angle of 2º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0F08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.15 |
| HSL | 2º | 0.93% | 0.44% | - |
| HSV(B) | 2º | 0.96% | 0.85% | - |
| XYZ | 29.13 | 15.26 | 1.64 | - |
| YUV | 74.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 8 | 0 | 0.93 | 0.96 | 0.15 | 2 | 0.93 | 0.44 |
| Hex | DA | F | 8 | 0 | 5D | 60 | F | 2 | 5D | 2C |
| Octal | 332 | 17 | 10 | 0 | 135 | 140 | 17 | 2 | 135 | 54 |
| Binary | 11011010 | 1111 | 1000 | 0 | 1011101 | 1100000 | 1111 | 10 | 1011101 | 101100 |
Color Harmonies of #DA0F08
Complementary color
Monochromatic Colors of #DA0F08
Black with #DA0F08
Text Example
Text Example
White with #DA0F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F08; }
p { color: rgb(218,15,8); }
H1.HeaderClassName
{
color: #DA0F08;
}
.AnyTagClassName
{
color: #DA0F08;
}
</style>
background-color css
<style>
a { background-color: #DA0F08; }
a { background-color: rgb(218,15,8); }
div.DivClassName
{
background-color: #DA0F08;
}
.BgClassName
{
background-color: #DA0F08;
}
</style>
border-color css
<style>
span { border-color: #DA0F08; }
span { border-color: rgb(218,15,8); }
td.TdClassName
{
border-color: #DA0F08;
}
.TagClassName
{
border-color: #DA0F08;
}
</style>