Shades of Free Speech Red #D00904
Tints of Free Speech Red #D00904
RGB
CMYK
RGB Variations
Color information
#D00904 (or 0xD00904) is known color: Free Speech Red. HEX triplet: D0, 09 and 04. RGB value is (208,9,4). Sum of RGB (Red+Green+Blue) = 208+9+4=221 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.12% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 208 - color contains mainly: red. Hex color #D00904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00904 is #2FF6FB. Grayscale: #444444. Windows color (decimal): -3143420 or 264656. OLE color: 264656.
HSL color Cylindrical-coordinate representation of color #D00904: hue angle of 1.47º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00904 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.18 |
| HSL | 1.47º | 0.96% | 0.42% | - |
| HSV(B) | 1.47º | 0.98% | 0.82% | - |
| XYZ | 26.13 | 13.61 | 1.37 | - |
| YUV | 67.93 | 91.93 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 4 | 0 | 0.96 | 0.98 | 0.18 | 1.47 | 0.96 | 0.42 |
| Hex | D0 | 9 | 4 | 0 | 60 | 62 | 12 | 1 | 60 | 2A |
| Octal | 320 | 11 | 4 | 0 | 140 | 142 | 22 | 1 | 140 | 52 |
| Binary | 11010000 | 1001 | 100 | 0 | 1100000 | 1100010 | 10010 | 1 | 1100000 | 101010 |
Color Harmonies of #D00904
Complementary color
Monochromatic Colors of #D00904
Black with #D00904
Text Example
Text Example
White with #D00904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00904; }
p { color: rgb(208,9,4); }
H1.HeaderClassName
{
color: #D00904;
}
.AnyTagClassName
{
color: #D00904;
}
</style>
background-color css
<style>
a { background-color: #D00904; }
a { background-color: rgb(208,9,4); }
div.DivClassName
{
background-color: #D00904;
}
.BgClassName
{
background-color: #D00904;
}
</style>
border-color css
<style>
span { border-color: #D00904; }
span { border-color: rgb(208,9,4); }
td.TdClassName
{
border-color: #D00904;
}
.TagClassName
{
border-color: #D00904;
}
</style>