Shades of Free Speech Red #D00902
Tints of Free Speech Red #D00902
RGB
CMYK
RGB Variations
Color information
#D00902 (or 0xD00902) is known color: Free Speech Red. HEX triplet: D0, 09 and 02. RGB value is (208,9,2). Sum of RGB (Red+Green+Blue) = 208+9+2=219 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.98% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 208 - color contains mainly: red. Hex color #D00902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00902 is #2FF6FD. Grayscale: #434343. Windows color (decimal): -3143422 or 133584. OLE color: 133584.
HSL color Cylindrical-coordinate representation of color #D00902: hue angle of 2.04º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.18 |
| HSL | 2.04º | 0.98% | 0.41% | - |
| HSV(B) | 2.04º | 0.99% | 0.82% | - |
| XYZ | 26.12 | 13.61 | 1.31 | - |
| YUV | 67.7 | 90.93 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 2 | 0 | 0.96 | 0.99 | 0.18 | 2.04 | 0.98 | 0.41 |
| Hex | D0 | 9 | 2 | 0 | 60 | 63 | 12 | 2 | 62 | 29 |
| Octal | 320 | 11 | 2 | 0 | 140 | 143 | 22 | 2 | 142 | 51 |
| Binary | 11010000 | 1001 | 10 | 0 | 1100000 | 1100011 | 10010 | 10 | 1100010 | 101001 |
Color Harmonies of #D00902
Complementary color
Monochromatic Colors of #D00902
Black with #D00902
Text Example
Text Example
White with #D00902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00902; }
p { color: rgb(208,9,2); }
H1.HeaderClassName
{
color: #D00902;
}
.AnyTagClassName
{
color: #D00902;
}
</style>
background-color css
<style>
a { background-color: #D00902; }
a { background-color: rgb(208,9,2); }
div.DivClassName
{
background-color: #D00902;
}
.BgClassName
{
background-color: #D00902;
}
</style>
border-color css
<style>
span { border-color: #D00902; }
span { border-color: rgb(208,9,2); }
td.TdClassName
{
border-color: #D00902;
}
.TagClassName
{
border-color: #D00902;
}
</style>