Shades of Free Speech Red #D11203
Tints of Free Speech Red #D11203
RGB
CMYK
RGB Variations
Color information
#D11203 (or 0xD11203) is known color: Free Speech Red. HEX triplet: D1, 12 and 03. RGB value is (209,18,3). Sum of RGB (Red+Green+Blue) = 209+18+3=230 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.87% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 209 - color contains mainly: red. Hex color #D11203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11203 is #2EEDFC. Grayscale: #494949. Windows color (decimal): -3075581 or 201425. OLE color: 201425.
HSL color Cylindrical-coordinate representation of color #D11203: hue angle of 4.37º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D11203 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.18 |
| HSL | 4.37º | 0.97% | 0.42% | - |
| HSV(B) | 4.37º | 0.99% | 0.82% | - |
| XYZ | 26.53 | 13.99 | 1.39 | - |
| YUV | 73.4 | 88.28 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 3 | 0 | 0.91 | 0.99 | 0.18 | 4.37 | 0.97 | 0.42 |
| Hex | D1 | 12 | 3 | 0 | 5B | 63 | 12 | 4 | 61 | 2A |
| Octal | 321 | 22 | 3 | 0 | 133 | 143 | 22 | 4 | 141 | 52 |
| Binary | 11010001 | 10010 | 11 | 0 | 1011011 | 1100011 | 10010 | 100 | 1100001 | 101010 |
Color Harmonies of #D11203
Complementary color
Monochromatic Colors of #D11203
Black with #D11203
Text Example
Text Example
White with #D11203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11203; }
p { color: rgb(209,18,3); }
H1.HeaderClassName
{
color: #D11203;
}
.AnyTagClassName
{
color: #D11203;
}
</style>
background-color css
<style>
a { background-color: #D11203; }
a { background-color: rgb(209,18,3); }
div.DivClassName
{
background-color: #D11203;
}
.BgClassName
{
background-color: #D11203;
}
</style>
border-color css
<style>
span { border-color: #D11203; }
span { border-color: rgb(209,18,3); }
td.TdClassName
{
border-color: #D11203;
}
.TagClassName
{
border-color: #D11203;
}
</style>