Shades of Free Speech Red #D60902
Tints of Free Speech Red #D60902
RGB
CMYK
RGB Variations
Color information
#D60902 (or 0xD60902) is known color: Free Speech Red. HEX triplet: D6, 09 and 02. RGB value is (214,9,2). Sum of RGB (Red+Green+Blue) = 214+9+2=225 (29% of max value = 765). Red value is 214 (83.98% from 255 or 95.11% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 214 - color contains mainly: red. Hex color #D60902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60902 is #29F6FD. Grayscale: #454545. Windows color (decimal): -2750206 or 133590. OLE color: 133590.
HSL color Cylindrical-coordinate representation of color #D60902: hue angle of 1.98º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.16 |
| HSL | 1.98º | 0.98% | 0.42% | - |
| HSV(B) | 1.98º | 0.99% | 0.84% | - |
| XYZ | 27.84 | 14.5 | 1.39 | - |
| YUV | 69.5 | 89.92 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 2 | 0 | 0.96 | 0.99 | 0.16 | 1.98 | 0.98 | 0.42 |
| Hex | D6 | 9 | 2 | 0 | 60 | 63 | 10 | 2 | 62 | 2A |
| Octal | 326 | 11 | 2 | 0 | 140 | 143 | 20 | 2 | 142 | 52 |
| Binary | 11010110 | 1001 | 10 | 0 | 1100000 | 1100011 | 10000 | 10 | 1100010 | 101010 |
Color Harmonies of #D60902
Complementary color
Monochromatic Colors of #D60902
Black with #D60902
Text Example
Text Example
White with #D60902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60902; }
p { color: rgb(214,9,2); }
H1.HeaderClassName
{
color: #D60902;
}
.AnyTagClassName
{
color: #D60902;
}
</style>
background-color css
<style>
a { background-color: #D60902; }
a { background-color: rgb(214,9,2); }
div.DivClassName
{
background-color: #D60902;
}
.BgClassName
{
background-color: #D60902;
}
</style>
border-color css
<style>
span { border-color: #D60902; }
span { border-color: rgb(214,9,2); }
td.TdClassName
{
border-color: #D60902;
}
.TagClassName
{
border-color: #D60902;
}
</style>