Shades of Free Speech Red #D00C02
Tints of Free Speech Red #D00C02
RGB
CMYK
RGB Variations
Color information
#D00C02 (or 0xD00C02) is known color: Free Speech Red. HEX triplet: D0, 0C and 02. RGB value is (208,12,2). Sum of RGB (Red+Green+Blue) = 208+12+2=222 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.69% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00C02 is #2FF3FD. Grayscale: #454545. Windows color (decimal): -3142654 or 134352. OLE color: 134352.
HSL color Cylindrical-coordinate representation of color #D00C02: hue angle of 2.91º degrees, saturation: 0.98, 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 #D00C02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.18 |
| HSL | 2.91º | 0.98% | 0.41% | - |
| HSV(B) | 2.91º | 0.99% | 0.82% | - |
| XYZ | 26.15 | 13.68 | 1.32 | - |
| YUV | 69.46 | 89.93 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 2 | 0 | 0.94 | 0.99 | 0.18 | 2.91 | 0.98 | 0.41 |
| Hex | D0 | C | 2 | 0 | 5E | 63 | 12 | 3 | 62 | 29 |
| Octal | 320 | 14 | 2 | 0 | 136 | 143 | 22 | 3 | 142 | 51 |
| Binary | 11010000 | 1100 | 10 | 0 | 1011110 | 1100011 | 10010 | 11 | 1100010 | 101001 |
Color Harmonies of #D00C02
Complementary color
Monochromatic Colors of #D00C02
Black with #D00C02
Text Example
Text Example
White with #D00C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C02; }
p { color: rgb(208,12,2); }
H1.HeaderClassName
{
color: #D00C02;
}
.AnyTagClassName
{
color: #D00C02;
}
</style>
background-color css
<style>
a { background-color: #D00C02; }
a { background-color: rgb(208,12,2); }
div.DivClassName
{
background-color: #D00C02;
}
.BgClassName
{
background-color: #D00C02;
}
</style>
border-color css
<style>
span { border-color: #D00C02; }
span { border-color: rgb(208,12,2); }
td.TdClassName
{
border-color: #D00C02;
}
.TagClassName
{
border-color: #D00C02;
}
</style>