Shades of Free Speech Red #CA1102
Tints of Free Speech Red #CA1102
RGB
CMYK
RGB Variations
Color information
#CA1102 (or 0xCA1102) is known color: Free Speech Red. HEX triplet: CA, 11 and 02. RGB value is (202,17,2). Sum of RGB (Red+Green+Blue) = 202+17+2=221 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.40% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1102 is #35EEFD. Grayscale: #464646. Windows color (decimal): -3534590 or 135626. OLE color: 135626.
HSL color Cylindrical-coordinate representation of color #CA1102: hue angle of 4.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA1102 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.21 |
| HSL | 4.5º | 0.98% | 0.4% | - |
| HSV(B) | 4.5º | 0.99% | 0.79% | - |
| XYZ | 24.57 | 12.96 | 1.26 | - |
| YUV | 70.61 | 89.29 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 2 | 0 | 0.92 | 0.99 | 0.21 | 4.5 | 0.98 | 0.4 |
| Hex | CA | 11 | 2 | 0 | 5C | 63 | 15 | 4 | 62 | 28 |
| Octal | 312 | 21 | 2 | 0 | 134 | 143 | 25 | 4 | 142 | 50 |
| Binary | 11001010 | 10001 | 10 | 0 | 1011100 | 1100011 | 10101 | 100 | 1100010 | 101000 |
Color Harmonies of #CA1102
Complementary color
Monochromatic Colors of #CA1102
Black with #CA1102
Text Example
Text Example
White with #CA1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1102; }
p { color: rgb(202,17,2); }
H1.HeaderClassName
{
color: #CA1102;
}
.AnyTagClassName
{
color: #CA1102;
}
</style>
background-color css
<style>
a { background-color: #CA1102; }
a { background-color: rgb(202,17,2); }
div.DivClassName
{
background-color: #CA1102;
}
.BgClassName
{
background-color: #CA1102;
}
</style>
border-color css
<style>
span { border-color: #CA1102; }
span { border-color: rgb(202,17,2); }
td.TdClassName
{
border-color: #CA1102;
}
.TagClassName
{
border-color: #CA1102;
}
</style>