Shades of Free Speech Red #DA160A
Tints of Free Speech Red #DA160A
RGB
CMYK
RGB Variations
Color information
#DA160A (or 0xDA160A) is known color: Free Speech Red. HEX triplet: DA, 16 and 0A. RGB value is (218,22,10). Sum of RGB (Red+Green+Blue) = 218+22+10=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA160A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA160A is #25E9F5. Grayscale: #4F4F4F. Windows color (decimal): -2484726 or 661210. OLE color: 661210.
HSL color Cylindrical-coordinate representation of color #DA160A: hue angle of 3.46º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA160A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.15 |
| HSL | 3.46º | 0.91% | 0.45% | - |
| HSV(B) | 3.46º | 0.95% | 0.85% | - |
| XYZ | 29.26 | 15.5 | 1.74 | - |
| YUV | 79.24 | 88.93 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 10 | 0 | 0.90 | 0.95 | 0.15 | 3.46 | 0.91 | 0.45 |
| Hex | DA | 16 | A | 0 | 5A | 5F | F | 3 | 5B | 2D |
| Octal | 332 | 26 | 12 | 0 | 132 | 137 | 17 | 3 | 133 | 55 |
| Binary | 11011010 | 10110 | 1010 | 0 | 1011010 | 1011111 | 1111 | 11 | 1011011 | 101101 |
Color Harmonies of #DA160A
Complementary color
Monochromatic Colors of #DA160A
Black with #DA160A
Text Example
Text Example
White with #DA160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA160A; }
p { color: rgb(218,22,10); }
H1.HeaderClassName
{
color: #DA160A;
}
.AnyTagClassName
{
color: #DA160A;
}
</style>
background-color css
<style>
a { background-color: #DA160A; }
a { background-color: rgb(218,22,10); }
div.DivClassName
{
background-color: #DA160A;
}
.BgClassName
{
background-color: #DA160A;
}
</style>
border-color css
<style>
span { border-color: #DA160A; }
span { border-color: rgb(218,22,10); }
td.TdClassName
{
border-color: #DA160A;
}
.TagClassName
{
border-color: #DA160A;
}
</style>