Shades of Free Speech Red #D00D03
Tints of Free Speech Red #D00D03
RGB
CMYK
RGB Variations
Color information
#D00D03 (or 0xD00D03) is known color: Free Speech Red. HEX triplet: D0, 0D and 03. RGB value is (208,13,3). Sum of RGB (Red+Green+Blue) = 208+13+3=224 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.86% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00D03 is #2FF2FC. Grayscale: #464646. Windows color (decimal): -3142397 or 200144. OLE color: 200144.
HSL color Cylindrical-coordinate representation of color #D00D03: hue angle of 2.93º degrees, saturation: 0.97, 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 #D00D03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 3 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.18 |
| HSL | 2.93º | 0.97% | 0.41% | - |
| HSV(B) | 2.93º | 0.99% | 0.82% | - |
| XYZ | 26.17 | 13.7 | 1.35 | - |
| YUV | 70.17 | 90.1 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 3 | 0 | 0.94 | 0.99 | 0.18 | 2.93 | 0.97 | 0.41 |
| Hex | D0 | D | 3 | 0 | 5E | 63 | 12 | 3 | 61 | 29 |
| Octal | 320 | 15 | 3 | 0 | 136 | 143 | 22 | 3 | 141 | 51 |
| Binary | 11010000 | 1101 | 11 | 0 | 1011110 | 1100011 | 10010 | 11 | 1100001 | 101001 |
Color Harmonies of #D00D03
Complementary color
Monochromatic Colors of #D00D03
Black with #D00D03
Text Example
Text Example
White with #D00D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D03; }
p { color: rgb(208,13,3); }
H1.HeaderClassName
{
color: #D00D03;
}
.AnyTagClassName
{
color: #D00D03;
}
</style>
background-color css
<style>
a { background-color: #D00D03; }
a { background-color: rgb(208,13,3); }
div.DivClassName
{
background-color: #D00D03;
}
.BgClassName
{
background-color: #D00D03;
}
</style>
border-color css
<style>
span { border-color: #D00D03; }
span { border-color: rgb(208,13,3); }
td.TdClassName
{
border-color: #D00D03;
}
.TagClassName
{
border-color: #D00D03;
}
</style>