Shades of Free Speech Red #D41803
Tints of Free Speech Red #D41803
RGB
CMYK
RGB Variations
Color information
#D41803 (or 0xD41803) is known color: Free Speech Red. HEX triplet: D4, 18 and 03. RGB value is (212,24,3). Sum of RGB (Red+Green+Blue) = 212+24+3=239 (31% of max value = 765). Red value is 212 (83.20% from 255 or 88.70% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 212 - color contains mainly: red. Hex color #D41803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41803 is #2BE7FC. Grayscale: #4E4E4E. Windows color (decimal): -2877437 or 202964. OLE color: 202964.
HSL color Cylindrical-coordinate representation of color #D41803: hue angle of 6.03º degrees, saturation: 0.97, 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 #D41803 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 3 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.17 |
| HSL | 6.03º | 0.97% | 0.42% | - |
| HSV(B) | 6.03º | 0.99% | 0.83% | - |
| XYZ | 27.49 | 14.66 | 1.47 | - |
| YUV | 77.82 | 85.78 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 3 | 0 | 0.89 | 0.99 | 0.17 | 6.03 | 0.97 | 0.42 |
| Hex | D4 | 18 | 3 | 0 | 59 | 63 | 11 | 6 | 61 | 2A |
| Octal | 324 | 30 | 3 | 0 | 131 | 143 | 21 | 6 | 141 | 52 |
| Binary | 11010100 | 11000 | 11 | 0 | 1011001 | 1100011 | 10001 | 110 | 1100001 | 101010 |
Color Harmonies of #D41803
Complementary color
Monochromatic Colors of #D41803
Black with #D41803
Text Example
Text Example
White with #D41803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41803; }
p { color: rgb(212,24,3); }
H1.HeaderClassName
{
color: #D41803;
}
.AnyTagClassName
{
color: #D41803;
}
</style>
background-color css
<style>
a { background-color: #D41803; }
a { background-color: rgb(212,24,3); }
div.DivClassName
{
background-color: #D41803;
}
.BgClassName
{
background-color: #D41803;
}
</style>
border-color css
<style>
span { border-color: #D41803; }
span { border-color: rgb(212,24,3); }
td.TdClassName
{
border-color: #D41803;
}
.TagClassName
{
border-color: #D41803;
}
</style>