Shades of Free Speech Red #D00202
Tints of Free Speech Red #D00202
RGB
CMYK
RGB Variations
Color information
#D00202 (or 0xD00202) is known color: Free Speech Red. HEX triplet: D0, 02 and 02. RGB value is (208,2,2). Sum of RGB (Red+Green+Blue) = 208+2+2=212 (28% of max value = 765). Red value is 208 (81.64% from 255 or 98.11% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 208 - color contains mainly: red. Hex color #D00202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00202 is #2FFDFD. Grayscale: #3F3F3F. Windows color (decimal): -3145214 or 131792. OLE color: 131792.
HSL color Cylindrical-coordinate representation of color #D00202: hue angle of 0º 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 #D00202 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.18 |
| HSL | 0º | 0.98% | 0.41% | - |
| HSV(B) | 0º | 0.99% | 0.82% | - |
| XYZ | 26.05 | 13.46 | 1.28 | - |
| YUV | 63.59 | 93.25 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 2 | 0 | 0.99 | 0.99 | 0.18 | 0 | 0.98 | 0.41 |
| Hex | D0 | 2 | 2 | 0 | 63 | 63 | 12 | 0 | 62 | 29 |
| Octal | 320 | 2 | 2 | 0 | 143 | 143 | 22 | 0 | 142 | 51 |
| Binary | 11010000 | 10 | 10 | 0 | 1100011 | 1100011 | 10010 | 0 | 1100010 | 101001 |
Color Harmonies of #D00202
Complementary color
Monochromatic Colors of #D00202
Black with #D00202
Text Example
Text Example
White with #D00202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00202; }
p { color: rgb(208,2,2); }
H1.HeaderClassName
{
color: #D00202;
}
.AnyTagClassName
{
color: #D00202;
}
</style>
background-color css
<style>
a { background-color: #D00202; }
a { background-color: rgb(208,2,2); }
div.DivClassName
{
background-color: #D00202;
}
.BgClassName
{
background-color: #D00202;
}
</style>
border-color css
<style>
span { border-color: #D00202; }
span { border-color: rgb(208,2,2); }
td.TdClassName
{
border-color: #D00202;
}
.TagClassName
{
border-color: #D00202;
}
</style>