Shades of Free Speech Red #DA130D
Tints of Free Speech Red #DA130D
RGB
CMYK
RGB Variations
Color information
#DA130D (or 0xDA130D) is known color: Free Speech Red. HEX triplet: DA, 13 and 0D. RGB value is (218,19,13). Sum of RGB (Red+Green+Blue) = 218+19+13=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA130D is #25ECF2. Grayscale: #4E4E4E. Windows color (decimal): -2485491 or 857050. OLE color: 857050.
HSL color Cylindrical-coordinate representation of color #DA130D: hue angle of 1.76º 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 #DA130D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.15 |
| HSL | 1.76º | 0.89% | 0.45% | - |
| HSV(B) | 1.76º | 0.94% | 0.85% | - |
| XYZ | 29.22 | 15.4 | 1.81 | - |
| YUV | 77.82 | 91.43 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 13 | 0 | 0.91 | 0.94 | 0.15 | 1.76 | 0.89 | 0.45 |
| Hex | DA | 13 | D | 0 | 5B | 5E | F | 2 | 59 | 2D |
| Octal | 332 | 23 | 15 | 0 | 133 | 136 | 17 | 2 | 131 | 55 |
| Binary | 11011010 | 10011 | 1101 | 0 | 1011011 | 1011110 | 1111 | 10 | 1011001 | 101101 |
Color Harmonies of #DA130D
Complementary color
Monochromatic Colors of #DA130D
Black with #DA130D
Text Example
Text Example
White with #DA130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA130D; }
p { color: rgb(218,19,13); }
H1.HeaderClassName
{
color: #DA130D;
}
.AnyTagClassName
{
color: #DA130D;
}
</style>
background-color css
<style>
a { background-color: #DA130D; }
a { background-color: rgb(218,19,13); }
div.DivClassName
{
background-color: #DA130D;
}
.BgClassName
{
background-color: #DA130D;
}
</style>
border-color css
<style>
span { border-color: #DA130D; }
span { border-color: rgb(218,19,13); }
td.TdClassName
{
border-color: #DA130D;
}
.TagClassName
{
border-color: #DA130D;
}
</style>