Shades of Free Speech Red #DA150C
Tints of Free Speech Red #DA150C
RGB
CMYK
RGB Variations
Color information
#DA150C (or 0xDA150C) is known color: Free Speech Red. HEX triplet: DA, 15 and 0C. RGB value is (218,21,12). Sum of RGB (Red+Green+Blue) = 218+21+12=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA150C is #25EAF3. Grayscale: #4F4F4F. Windows color (decimal): -2484980 or 792026. OLE color: 792026.
HSL color Cylindrical-coordinate representation of color #DA150C: hue angle of 2.62º degrees, saturation: 0.9, 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 #DA150C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.15 |
| HSL | 2.62º | 0.9% | 0.45% | - |
| HSV(B) | 2.62º | 0.94% | 0.85% | - |
| XYZ | 29.25 | 15.47 | 1.79 | - |
| YUV | 78.88 | 90.27 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 12 | 0 | 0.90 | 0.94 | 0.15 | 2.62 | 0.9 | 0.45 |
| Hex | DA | 15 | C | 0 | 5A | 5E | F | 3 | 5A | 2D |
| Octal | 332 | 25 | 14 | 0 | 132 | 136 | 17 | 3 | 132 | 55 |
| Binary | 11011010 | 10101 | 1100 | 0 | 1011010 | 1011110 | 1111 | 11 | 1011010 | 101101 |
Color Harmonies of #DA150C
Complementary color
Monochromatic Colors of #DA150C
Black with #DA150C
Text Example
Text Example
White with #DA150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA150C; }
p { color: rgb(218,21,12); }
H1.HeaderClassName
{
color: #DA150C;
}
.AnyTagClassName
{
color: #DA150C;
}
</style>
background-color css
<style>
a { background-color: #DA150C; }
a { background-color: rgb(218,21,12); }
div.DivClassName
{
background-color: #DA150C;
}
.BgClassName
{
background-color: #DA150C;
}
</style>
border-color css
<style>
span { border-color: #DA150C; }
span { border-color: rgb(218,21,12); }
td.TdClassName
{
border-color: #DA150C;
}
.TagClassName
{
border-color: #DA150C;
}
</style>