Shades of Free Speech Red #CF0903
Tints of Free Speech Red #CF0903
RGB
CMYK
RGB Variations
Color information
#CF0903 (or 0xCF0903) is known color: Free Speech Red. HEX triplet: CF, 09 and 03. RGB value is (207,9,3). Sum of RGB (Red+Green+Blue) = 207+9+3=219 (29% of max value = 765). Red value is 207 (81.25% from 255 or 94.52% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0903 is #30F6FC. Grayscale: #434343. Windows color (decimal): -3208957 or 199119. OLE color: 199119.
HSL color Cylindrical-coordinate representation of color #CF0903: hue angle of 1.76º 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 #CF0903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.19 |
| HSL | 1.76º | 0.97% | 0.41% | - |
| HSV(B) | 1.76º | 0.99% | 0.81% | - |
| XYZ | 25.85 | 13.47 | 1.32 | - |
| YUV | 67.52 | 91.6 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 3 | 0 | 0.96 | 0.99 | 0.19 | 1.76 | 0.97 | 0.41 |
| Hex | CF | 9 | 3 | 0 | 60 | 63 | 13 | 2 | 61 | 29 |
| Octal | 317 | 11 | 3 | 0 | 140 | 143 | 23 | 2 | 141 | 51 |
| Binary | 11001111 | 1001 | 11 | 0 | 1100000 | 1100011 | 10011 | 10 | 1100001 | 101001 |
Color Harmonies of #CF0903
Complementary color
Monochromatic Colors of #CF0903
Black with #CF0903
Text Example
Text Example
White with #CF0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0903; }
p { color: rgb(207,9,3); }
H1.HeaderClassName
{
color: #CF0903;
}
.AnyTagClassName
{
color: #CF0903;
}
</style>
background-color css
<style>
a { background-color: #CF0903; }
a { background-color: rgb(207,9,3); }
div.DivClassName
{
background-color: #CF0903;
}
.BgClassName
{
background-color: #CF0903;
}
</style>
border-color css
<style>
span { border-color: #CF0903; }
span { border-color: rgb(207,9,3); }
td.TdClassName
{
border-color: #CF0903;
}
.TagClassName
{
border-color: #CF0903;
}
</style>