Shades of Free Speech Red #DA0B07
Tints of Free Speech Red #DA0B07
RGB
CMYK
RGB Variations
Color information
#DA0B07 (or 0xDA0B07) is known color: Free Speech Red. HEX triplet: DA, 0B and 07. RGB value is (218,11,7). Sum of RGB (Red+Green+Blue) = 218+11+7=236 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.37% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0B07 is #25F4F8. Grayscale: #484848. Windows color (decimal): -2487545 or 461786. OLE color: 461786.
HSL color Cylindrical-coordinate representation of color #DA0B07: hue angle of 1.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0B07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 7 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.15 |
| HSL | 1.14º | 0.94% | 0.44% | - |
| HSV(B) | 1.14º | 0.97% | 0.85% | - |
| XYZ | 29.07 | 15.16 | 1.59 | - |
| YUV | 72.44 | 91.08 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 7 | 0 | 0.95 | 0.97 | 0.15 | 1.14 | 0.94 | 0.44 |
| Hex | DA | B | 7 | 0 | 5F | 61 | F | 1 | 5E | 2C |
| Octal | 332 | 13 | 7 | 0 | 137 | 141 | 17 | 1 | 136 | 54 |
| Binary | 11011010 | 1011 | 111 | 0 | 1011111 | 1100001 | 1111 | 1 | 1011110 | 101100 |
Color Harmonies of #DA0B07
Complementary color
Monochromatic Colors of #DA0B07
Black with #DA0B07
Text Example
Text Example
White with #DA0B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0B07; }
p { color: rgb(218,11,7); }
H1.HeaderClassName
{
color: #DA0B07;
}
.AnyTagClassName
{
color: #DA0B07;
}
</style>
background-color css
<style>
a { background-color: #DA0B07; }
a { background-color: rgb(218,11,7); }
div.DivClassName
{
background-color: #DA0B07;
}
.BgClassName
{
background-color: #DA0B07;
}
</style>
border-color css
<style>
span { border-color: #DA0B07; }
span { border-color: rgb(218,11,7); }
td.TdClassName
{
border-color: #DA0B07;
}
.TagClassName
{
border-color: #DA0B07;
}
</style>