Shades of Free Speech Red #DA0F0D
Tints of Free Speech Red #DA0F0D
RGB
CMYK
RGB Variations
Color information
#DA0F0D (or 0xDA0F0D) is known color: Free Speech Red. HEX triplet: DA, 0F and 0D. RGB value is (218,15,13). Sum of RGB (Red+Green+Blue) = 218+15+13=246 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.62% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0F0D is #25F0F2. Grayscale: #4B4B4B. Windows color (decimal): -2486515 or 856026. OLE color: 856026.
HSL color Cylindrical-coordinate representation of color #DA0F0D: hue angle of 0.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0F0D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.15 |
| HSL | 0.59º | 0.89% | 0.45% | - |
| HSV(B) | 0.59º | 0.94% | 0.85% | - |
| XYZ | 29.16 | 15.28 | 1.79 | - |
| YUV | 75.47 | 92.75 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 13 | 0 | 0.93 | 0.94 | 0.15 | 0.59 | 0.89 | 0.45 |
| Hex | DA | F | D | 0 | 5D | 5E | F | 1 | 59 | 2D |
| Octal | 332 | 17 | 15 | 0 | 135 | 136 | 17 | 1 | 131 | 55 |
| Binary | 11011010 | 1111 | 1101 | 0 | 1011101 | 1011110 | 1111 | 1 | 1011001 | 101101 |
Color Harmonies of #DA0F0D
Complementary color
Monochromatic Colors of #DA0F0D
Black with #DA0F0D
Text Example
Text Example
White with #DA0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F0D; }
p { color: rgb(218,15,13); }
H1.HeaderClassName
{
color: #DA0F0D;
}
.AnyTagClassName
{
color: #DA0F0D;
}
</style>
background-color css
<style>
a { background-color: #DA0F0D; }
a { background-color: rgb(218,15,13); }
div.DivClassName
{
background-color: #DA0F0D;
}
.BgClassName
{
background-color: #DA0F0D;
}
</style>
border-color css
<style>
span { border-color: #DA0F0D; }
span { border-color: rgb(218,15,13); }
td.TdClassName
{
border-color: #DA0F0D;
}
.TagClassName
{
border-color: #DA0F0D;
}
</style>