Shades of Free Speech Red #DA160D
Tints of Free Speech Red #DA160D
RGB
CMYK
RGB Variations
Color information
#DA160D (or 0xDA160D) is known color: Free Speech Red. HEX triplet: DA, 16 and 0D. RGB value is (218,22,13). Sum of RGB (Red+Green+Blue) = 218+22+13=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA160D is #25E9F2. Grayscale: #4F4F4F. Windows color (decimal): -2484723 or 857818. OLE color: 857818.
HSL color Cylindrical-coordinate representation of color #DA160D: hue angle of 2.63º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA160D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.15 |
| HSL | 2.63º | 0.89% | 0.45% | - |
| HSV(B) | 2.63º | 0.94% | 0.85% | - |
| XYZ | 29.27 | 15.51 | 1.83 | - |
| YUV | 79.58 | 90.43 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 13 | 0 | 0.90 | 0.94 | 0.15 | 2.63 | 0.89 | 0.45 |
| Hex | DA | 16 | D | 0 | 5A | 5E | F | 3 | 59 | 2D |
| Octal | 332 | 26 | 15 | 0 | 132 | 136 | 17 | 3 | 131 | 55 |
| Binary | 11011010 | 10110 | 1101 | 0 | 1011010 | 1011110 | 1111 | 11 | 1011001 | 101101 |
Color Harmonies of #DA160D
Complementary color
Monochromatic Colors of #DA160D
Black with #DA160D
Text Example
Text Example
White with #DA160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA160D; }
p { color: rgb(218,22,13); }
H1.HeaderClassName
{
color: #DA160D;
}
.AnyTagClassName
{
color: #DA160D;
}
</style>
background-color css
<style>
a { background-color: #DA160D; }
a { background-color: rgb(218,22,13); }
div.DivClassName
{
background-color: #DA160D;
}
.BgClassName
{
background-color: #DA160D;
}
</style>
border-color css
<style>
span { border-color: #DA160D; }
span { border-color: rgb(218,22,13); }
td.TdClassName
{
border-color: #DA160D;
}
.TagClassName
{
border-color: #DA160D;
}
</style>