Shades of Free Speech Red #CA1200
Tints of Free Speech Red #CA1200
RGB
CMYK
RGB Variations
Color information
#CA1200 (or 0xCA1200) is known color: Free Speech Red. HEX triplet: CA, 12 and 00. RGB value is (202,18,0). Sum of RGB (Red+Green+Blue) = 202+18+0=220 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.82% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1200 is #35EDFF. Grayscale: #474747. Windows color (decimal): -3534336 or 4810. OLE color: 4810.
HSL color Cylindrical-coordinate representation of color #CA1200: hue angle of 5.35º 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 #CA1200 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.21 |
| HSL | 5.35º | 1% | 0.4% | - |
| HSV(B) | 5.35º | 1% | 0.79% | - |
| XYZ | 24.57 | 12.99 | 1.21 | - |
| YUV | 70.96 | 87.96 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 0 | 0 | 0.91 | 1 | 0.21 | 5.35 | 1 | 0.4 |
| Hex | CA | 12 | 0 | 0 | 5B | 64 | 15 | 5 | 64 | 28 |
| Octal | 312 | 22 | 0 | 0 | 133 | 144 | 25 | 5 | 144 | 50 |
| Binary | 11001010 | 10010 | 0 | 0 | 1011011 | 1100100 | 10101 | 101 | 1100100 | 101000 |
Color Harmonies of #CA1200
Complementary color
Monochromatic Colors of #CA1200
Black with #CA1200
Text Example
Text Example
White with #CA1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1200; }
p { color: rgb(202,18,0); }
H1.HeaderClassName
{
color: #CA1200;
}
.AnyTagClassName
{
color: #CA1200;
}
</style>
background-color css
<style>
a { background-color: #CA1200; }
a { background-color: rgb(202,18,0); }
div.DivClassName
{
background-color: #CA1200;
}
.BgClassName
{
background-color: #CA1200;
}
</style>
border-color css
<style>
span { border-color: #CA1200; }
span { border-color: rgb(202,18,0); }
td.TdClassName
{
border-color: #CA1200;
}
.TagClassName
{
border-color: #CA1200;
}
</style>