Shades of Free Speech Red #DA0C08
Tints of Free Speech Red #DA0C08
RGB
CMYK
RGB Variations
Color information
#DA0C08 (or 0xDA0C08) is known color: Free Speech Red. HEX triplet: DA, 0C and 08. RGB value is (218,12,8). Sum of RGB (Red+Green+Blue) = 218+12+8=238 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.60% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0C08 is #25F3F7. Grayscale: #494949. Windows color (decimal): -2487288 or 527578. OLE color: 527578.
HSL color Cylindrical-coordinate representation of color #DA0C08: hue angle of 1.14º 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 #DA0C08 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 8 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.15 |
| HSL | 1.14º | 0.93% | 0.44% | - |
| HSV(B) | 1.14º | 0.96% | 0.85% | - |
| XYZ | 29.09 | 15.19 | 1.63 | - |
| YUV | 73.14 | 91.25 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 8 | 0 | 0.94 | 0.96 | 0.15 | 1.14 | 0.93 | 0.44 |
| Hex | DA | C | 8 | 0 | 5E | 60 | F | 1 | 5D | 2C |
| Octal | 332 | 14 | 10 | 0 | 136 | 140 | 17 | 1 | 135 | 54 |
| Binary | 11011010 | 1100 | 1000 | 0 | 1011110 | 1100000 | 1111 | 1 | 1011101 | 101100 |
Color Harmonies of #DA0C08
Complementary color
Monochromatic Colors of #DA0C08
Black with #DA0C08
Text Example
Text Example
White with #DA0C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C08; }
p { color: rgb(218,12,8); }
H1.HeaderClassName
{
color: #DA0C08;
}
.AnyTagClassName
{
color: #DA0C08;
}
</style>
background-color css
<style>
a { background-color: #DA0C08; }
a { background-color: rgb(218,12,8); }
div.DivClassName
{
background-color: #DA0C08;
}
.BgClassName
{
background-color: #DA0C08;
}
</style>
border-color css
<style>
span { border-color: #DA0C08; }
span { border-color: rgb(218,12,8); }
td.TdClassName
{
border-color: #DA0C08;
}
.TagClassName
{
border-color: #DA0C08;
}
</style>