Shades of Free Speech Red #D60602
Tints of Free Speech Red #D60602
RGB
CMYK
RGB Variations
Color information
#D60602 (or 0xD60602) is known color: Free Speech Red. HEX triplet: D6, 06 and 02. RGB value is (214,6,2). Sum of RGB (Red+Green+Blue) = 214+6+2=222 (29% of max value = 765). Red value is 214 (83.98% from 255 or 96.40% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 214 - color contains mainly: red. Hex color #D60602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60602 is #29F9FD. Grayscale: #434343. Windows color (decimal): -2750974 or 132822. OLE color: 132822.
HSL color Cylindrical-coordinate representation of color #D60602: hue angle of 1.13º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60602 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.16 |
| HSL | 1.13º | 0.98% | 0.42% | - |
| HSV(B) | 1.13º | 0.99% | 0.84% | - |
| XYZ | 27.81 | 14.43 | 1.38 | - |
| YUV | 67.74 | 90.91 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 2 | 0 | 0.97 | 0.99 | 0.16 | 1.13 | 0.98 | 0.42 |
| Hex | D6 | 6 | 2 | 0 | 61 | 63 | 10 | 1 | 62 | 2A |
| Octal | 326 | 6 | 2 | 0 | 141 | 143 | 20 | 1 | 142 | 52 |
| Binary | 11010110 | 110 | 10 | 0 | 1100001 | 1100011 | 10000 | 1 | 1100010 | 101010 |
Color Harmonies of #D60602
Complementary color
Monochromatic Colors of #D60602
Black with #D60602
Text Example
Text Example
White with #D60602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60602; }
p { color: rgb(214,6,2); }
H1.HeaderClassName
{
color: #D60602;
}
.AnyTagClassName
{
color: #D60602;
}
</style>
background-color css
<style>
a { background-color: #D60602; }
a { background-color: rgb(214,6,2); }
div.DivClassName
{
background-color: #D60602;
}
.BgClassName
{
background-color: #D60602;
}
</style>
border-color css
<style>
span { border-color: #D60602; }
span { border-color: rgb(214,6,2); }
td.TdClassName
{
border-color: #D60602;
}
.TagClassName
{
border-color: #D60602;
}
</style>