Shades of Free Speech Red #CF0803
Tints of Free Speech Red #CF0803
RGB
CMYK
RGB Variations
Color information
#CF0803 (or 0xCF0803) is known color: Free Speech Red. HEX triplet: CF, 08 and 03. RGB value is (207,8,3). Sum of RGB (Red+Green+Blue) = 207+8+3=218 (28% of max value = 765). Red value is 207 (81.25% from 255 or 94.95% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0803 is #30F7FC. Grayscale: #434343. Windows color (decimal): -3209213 or 198863. OLE color: 198863.
HSL color Cylindrical-coordinate representation of color #CF0803: hue angle of 1.47º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0803 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.19 |
| HSL | 1.47º | 0.97% | 0.41% | - |
| HSV(B) | 1.47º | 0.99% | 0.81% | - |
| XYZ | 25.84 | 13.45 | 1.32 | - |
| YUV | 66.93 | 91.93 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 3 | 0 | 0.96 | 0.99 | 0.19 | 1.47 | 0.97 | 0.41 |
| Hex | CF | 8 | 3 | 0 | 60 | 63 | 13 | 1 | 61 | 29 |
| Octal | 317 | 10 | 3 | 0 | 140 | 143 | 23 | 1 | 141 | 51 |
| Binary | 11001111 | 1000 | 11 | 0 | 1100000 | 1100011 | 10011 | 1 | 1100001 | 101001 |
Color Harmonies of #CF0803
Complementary color
Monochromatic Colors of #CF0803
Black with #CF0803
Text Example
Text Example
White with #CF0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0803; }
p { color: rgb(207,8,3); }
H1.HeaderClassName
{
color: #CF0803;
}
.AnyTagClassName
{
color: #CF0803;
}
</style>
background-color css
<style>
a { background-color: #CF0803; }
a { background-color: rgb(207,8,3); }
div.DivClassName
{
background-color: #CF0803;
}
.BgClassName
{
background-color: #CF0803;
}
</style>
border-color css
<style>
span { border-color: #CF0803; }
span { border-color: rgb(207,8,3); }
td.TdClassName
{
border-color: #CF0803;
}
.TagClassName
{
border-color: #CF0803;
}
</style>