Shades of Free Speech Red #DA0C00
Tints of Free Speech Red #DA0C00
RGB
CMYK
RGB Variations
Color information
#DA0C00 (or 0xDA0C00) is known color: Free Speech Red. HEX triplet: DA, 0C and 00. RGB value is (218,12,0). Sum of RGB (Red+Green+Blue) = 218+12+0=230 (30% of max value = 765). Red value is 218 (85.55% from 255 or 94.78% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0C00 is #25F3FF. Grayscale: #484848. Windows color (decimal): -2487296 or 3290. OLE color: 3290.
HSL color Cylindrical-coordinate representation of color #DA0C00: hue angle of 3.3º 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 #DA0C00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.15 |
| HSL | 3.3º | 1% | 0.43% | - |
| HSV(B) | 3.3º | 1% | 0.85% | - |
| XYZ | 29.04 | 15.17 | 1.4 | - |
| YUV | 72.23 | 87.25 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 0 | 0 | 0.94 | 1 | 0.15 | 3.3 | 1 | 0.43 |
| Hex | DA | C | 0 | 0 | 5E | 64 | F | 3 | 64 | 2B |
| Octal | 332 | 14 | 0 | 0 | 136 | 144 | 17 | 3 | 144 | 53 |
| Binary | 11011010 | 1100 | 0 | 0 | 1011110 | 1100100 | 1111 | 11 | 1100100 | 101011 |
Color Harmonies of #DA0C00
Complementary color
Monochromatic Colors of #DA0C00
Black with #DA0C00
Text Example
Text Example
White with #DA0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C00; }
p { color: rgb(218,12,0); }
H1.HeaderClassName
{
color: #DA0C00;
}
.AnyTagClassName
{
color: #DA0C00;
}
</style>
background-color css
<style>
a { background-color: #DA0C00; }
a { background-color: rgb(218,12,0); }
div.DivClassName
{
background-color: #DA0C00;
}
.BgClassName
{
background-color: #DA0C00;
}
</style>
border-color css
<style>
span { border-color: #DA0C00; }
span { border-color: rgb(218,12,0); }
td.TdClassName
{
border-color: #DA0C00;
}
.TagClassName
{
border-color: #DA0C00;
}
</style>