Shades of Free Speech Red #DA1308
Tints of Free Speech Red #DA1308
RGB
CMYK
RGB Variations
Color information
#DA1308 (or 0xDA1308) is known color: Free Speech Red. HEX triplet: DA, 13 and 08. RGB value is (218,19,8). Sum of RGB (Red+Green+Blue) = 218+19+8=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1308 is #25ECF7. Grayscale: #4D4D4D. Windows color (decimal): -2485496 or 529370. OLE color: 529370.
HSL color Cylindrical-coordinate representation of color #DA1308: hue angle of 3.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 #DA1308 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.15 |
| HSL | 3.14º | 0.93% | 0.44% | - |
| HSV(B) | 3.14º | 0.96% | 0.85% | - |
| XYZ | 29.19 | 15.39 | 1.66 | - |
| YUV | 77.25 | 88.93 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 8 | 0 | 0.91 | 0.96 | 0.15 | 3.14 | 0.93 | 0.44 |
| Hex | DA | 13 | 8 | 0 | 5B | 60 | F | 3 | 5D | 2C |
| Octal | 332 | 23 | 10 | 0 | 133 | 140 | 17 | 3 | 135 | 54 |
| Binary | 11011010 | 10011 | 1000 | 0 | 1011011 | 1100000 | 1111 | 11 | 1011101 | 101100 |
Color Harmonies of #DA1308
Complementary color
Monochromatic Colors of #DA1308
Black with #DA1308
Text Example
Text Example
White with #DA1308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1308; }
p { color: rgb(218,19,8); }
H1.HeaderClassName
{
color: #DA1308;
}
.AnyTagClassName
{
color: #DA1308;
}
</style>
background-color css
<style>
a { background-color: #DA1308; }
a { background-color: rgb(218,19,8); }
div.DivClassName
{
background-color: #DA1308;
}
.BgClassName
{
background-color: #DA1308;
}
</style>
border-color css
<style>
span { border-color: #DA1308; }
span { border-color: rgb(218,19,8); }
td.TdClassName
{
border-color: #DA1308;
}
.TagClassName
{
border-color: #DA1308;
}
</style>