Shades of Free Speech Red #DA0D00
Tints of Free Speech Red #DA0D00
RGB
CMYK
RGB Variations
Color information
#DA0D00 (or 0xDA0D00) is known color: Free Speech Red. HEX triplet: DA, 0D and 00. RGB value is (218,13,0). Sum of RGB (Red+Green+Blue) = 218+13+0=231 (30% of max value = 765). Red value is 218 (85.55% from 255 or 94.37% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0D00 is #25F2FF. Grayscale: #494949. Windows color (decimal): -2487040 or 3546. OLE color: 3546.
HSL color Cylindrical-coordinate representation of color #DA0D00: hue angle of 3.58º 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 #DA0D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.15 |
| HSL | 3.58º | 1% | 0.43% | - |
| HSV(B) | 3.58º | 1% | 0.85% | - |
| XYZ | 29.06 | 15.19 | 1.4 | - |
| YUV | 72.81 | 86.92 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 0 | 0 | 0.94 | 1 | 0.15 | 3.58 | 1 | 0.43 |
| Hex | DA | D | 0 | 0 | 5E | 64 | F | 4 | 64 | 2B |
| Octal | 332 | 15 | 0 | 0 | 136 | 144 | 17 | 4 | 144 | 53 |
| Binary | 11011010 | 1101 | 0 | 0 | 1011110 | 1100100 | 1111 | 100 | 1100100 | 101011 |
Color Harmonies of #DA0D00
Complementary color
Monochromatic Colors of #DA0D00
Black with #DA0D00
Text Example
Text Example
White with #DA0D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D00; }
p { color: rgb(218,13,0); }
H1.HeaderClassName
{
color: #DA0D00;
}
.AnyTagClassName
{
color: #DA0D00;
}
</style>
background-color css
<style>
a { background-color: #DA0D00; }
a { background-color: rgb(218,13,0); }
div.DivClassName
{
background-color: #DA0D00;
}
.BgClassName
{
background-color: #DA0D00;
}
</style>
border-color css
<style>
span { border-color: #DA0D00; }
span { border-color: rgb(218,13,0); }
td.TdClassName
{
border-color: #DA0D00;
}
.TagClassName
{
border-color: #DA0D00;
}
</style>