Shades of Free Speech Red #D00C03
Tints of Free Speech Red #D00C03
RGB
CMYK
RGB Variations
Color information
#D00C03 (or 0xD00C03) is known color: Free Speech Red. HEX triplet: D0, 0C and 03. RGB value is (208,12,3). Sum of RGB (Red+Green+Blue) = 208+12+3=223 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.27% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00C03 is #2FF3FC. Grayscale: #454545. Windows color (decimal): -3142653 or 199888. OLE color: 199888.
HSL color Cylindrical-coordinate representation of color #D00C03: hue angle of 2.63º 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 #D00C03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 3 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.18 |
| HSL | 2.63º | 0.97% | 0.41% | - |
| HSV(B) | 2.63º | 0.99% | 0.82% | - |
| XYZ | 26.16 | 13.68 | 1.35 | - |
| YUV | 69.58 | 90.43 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 3 | 0 | 0.94 | 0.99 | 0.18 | 2.63 | 0.97 | 0.41 |
| Hex | D0 | C | 3 | 0 | 5E | 63 | 12 | 3 | 61 | 29 |
| Octal | 320 | 14 | 3 | 0 | 136 | 143 | 22 | 3 | 141 | 51 |
| Binary | 11010000 | 1100 | 11 | 0 | 1011110 | 1100011 | 10010 | 11 | 1100001 | 101001 |
Color Harmonies of #D00C03
Complementary color
Monochromatic Colors of #D00C03
Black with #D00C03
Text Example
Text Example
White with #D00C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C03; }
p { color: rgb(208,12,3); }
H1.HeaderClassName
{
color: #D00C03;
}
.AnyTagClassName
{
color: #D00C03;
}
</style>
background-color css
<style>
a { background-color: #D00C03; }
a { background-color: rgb(208,12,3); }
div.DivClassName
{
background-color: #D00C03;
}
.BgClassName
{
background-color: #D00C03;
}
</style>
border-color css
<style>
span { border-color: #D00C03; }
span { border-color: rgb(208,12,3); }
td.TdClassName
{
border-color: #D00C03;
}
.TagClassName
{
border-color: #D00C03;
}
</style>