Shades of Free Speech Red #D40902
Tints of Free Speech Red #D40902
RGB
CMYK
RGB Variations
Color information
#D40902 (or 0xD40902) is known color: Free Speech Red. HEX triplet: D4, 09 and 02. RGB value is (212,9,2). Sum of RGB (Red+Green+Blue) = 212+9+2=223 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.07% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 212 - color contains mainly: red. Hex color #D40902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40902 is #2BF6FD. Grayscale: #454545. Windows color (decimal): -2881278 or 133588. OLE color: 133588.
HSL color Cylindrical-coordinate representation of color #D40902: hue angle of 2º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.17 |
| HSL | 2º | 0.98% | 0.42% | - |
| HSV(B) | 2º | 0.99% | 0.83% | - |
| XYZ | 27.26 | 14.2 | 1.36 | - |
| YUV | 68.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 2 | 0 | 0.96 | 0.99 | 0.17 | 2 | 0.98 | 0.42 |
| Hex | D4 | 9 | 2 | 0 | 60 | 63 | 11 | 2 | 62 | 2A |
| Octal | 324 | 11 | 2 | 0 | 140 | 143 | 21 | 2 | 142 | 52 |
| Binary | 11010100 | 1001 | 10 | 0 | 1100000 | 1100011 | 10001 | 10 | 1100010 | 101010 |
Color Harmonies of #D40902
Complementary color
Monochromatic Colors of #D40902
Black with #D40902
Text Example
Text Example
White with #D40902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40902; }
p { color: rgb(212,9,2); }
H1.HeaderClassName
{
color: #D40902;
}
.AnyTagClassName
{
color: #D40902;
}
</style>
background-color css
<style>
a { background-color: #D40902; }
a { background-color: rgb(212,9,2); }
div.DivClassName
{
background-color: #D40902;
}
.BgClassName
{
background-color: #D40902;
}
</style>
border-color css
<style>
span { border-color: #D40902; }
span { border-color: rgb(212,9,2); }
td.TdClassName
{
border-color: #D40902;
}
.TagClassName
{
border-color: #D40902;
}
</style>