Shades of Free Speech Red #CA1302
Tints of Free Speech Red #CA1302
RGB
CMYK
RGB Variations
Color information
#CA1302 (or 0xCA1302) is known color: Free Speech Red. HEX triplet: CA, 13 and 02. RGB value is (202,19,2). Sum of RGB (Red+Green+Blue) = 202+19+2=223 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.58% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1302 is #35ECFD. Grayscale: #484848. Windows color (decimal): -3534078 or 136138. OLE color: 136138.
HSL color Cylindrical-coordinate representation of color #CA1302: hue angle of 5.1º 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 #CA1302 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.21 |
| HSL | 5.1º | 0.98% | 0.4% | - |
| HSV(B) | 5.1º | 0.99% | 0.79% | - |
| XYZ | 24.6 | 13.03 | 1.28 | - |
| YUV | 71.78 | 88.63 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 2 | 0 | 0.91 | 0.99 | 0.21 | 5.1 | 0.98 | 0.4 |
| Hex | CA | 13 | 2 | 0 | 5B | 63 | 15 | 5 | 62 | 28 |
| Octal | 312 | 23 | 2 | 0 | 133 | 143 | 25 | 5 | 142 | 50 |
| Binary | 11001010 | 10011 | 10 | 0 | 1011011 | 1100011 | 10101 | 101 | 1100010 | 101000 |
Color Harmonies of #CA1302
Complementary color
Monochromatic Colors of #CA1302
Black with #CA1302
Text Example
Text Example
White with #CA1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1302; }
p { color: rgb(202,19,2); }
H1.HeaderClassName
{
color: #CA1302;
}
.AnyTagClassName
{
color: #CA1302;
}
</style>
background-color css
<style>
a { background-color: #CA1302; }
a { background-color: rgb(202,19,2); }
div.DivClassName
{
background-color: #CA1302;
}
.BgClassName
{
background-color: #CA1302;
}
</style>
border-color css
<style>
span { border-color: #CA1302; }
span { border-color: rgb(202,19,2); }
td.TdClassName
{
border-color: #CA1302;
}
.TagClassName
{
border-color: #CA1302;
}
</style>