Shades of Free Speech Red #CA0C00
Tints of Free Speech Red #CA0C00
RGB
CMYK
RGB Variations
Color information
#CA0C00 (or 0xCA0C00) is known color: Free Speech Red. HEX triplet: CA, 0C and 00. RGB value is (202,12,0). Sum of RGB (Red+Green+Blue) = 202+12+0=214 (28% of max value = 765). Red value is 202 (79.30% from 255 or 94.39% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0C00 is #35F3FF. Grayscale: #434343. Windows color (decimal): -3535872 or 3274. OLE color: 3274.
HSL color Cylindrical-coordinate representation of color #CA0C00: hue angle of 3.56º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0C00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.21 |
| HSL | 3.56º | 1% | 0.4% | - |
| HSV(B) | 3.56º | 1% | 0.79% | - |
| XYZ | 24.49 | 12.82 | 1.18 | - |
| YUV | 67.44 | 89.95 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 0 | 0 | 0.94 | 1 | 0.21 | 3.56 | 1 | 0.4 |
| Hex | CA | C | 0 | 0 | 5E | 64 | 15 | 4 | 64 | 28 |
| Octal | 312 | 14 | 0 | 0 | 136 | 144 | 25 | 4 | 144 | 50 |
| Binary | 11001010 | 1100 | 0 | 0 | 1011110 | 1100100 | 10101 | 100 | 1100100 | 101000 |
Color Harmonies of #CA0C00
Complementary color
Monochromatic Colors of #CA0C00
Black with #CA0C00
Text Example
Text Example
White with #CA0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C00; }
p { color: rgb(202,12,0); }
H1.HeaderClassName
{
color: #CA0C00;
}
.AnyTagClassName
{
color: #CA0C00;
}
</style>
background-color css
<style>
a { background-color: #CA0C00; }
a { background-color: rgb(202,12,0); }
div.DivClassName
{
background-color: #CA0C00;
}
.BgClassName
{
background-color: #CA0C00;
}
</style>
border-color css
<style>
span { border-color: #CA0C00; }
span { border-color: rgb(202,12,0); }
td.TdClassName
{
border-color: #CA0C00;
}
.TagClassName
{
border-color: #CA0C00;
}
</style>