Shades of Free Speech Red #CA1602
Tints of Free Speech Red #CA1602
RGB
CMYK
RGB Variations
Color information
#CA1602 (or 0xCA1602) is known color: Free Speech Red. HEX triplet: CA, 16 and 02. RGB value is (202,22,2). Sum of RGB (Red+Green+Blue) = 202+22+2=226 (29% of max value = 765). Red value is 202 (79.30% from 255 or 89.38% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1602 is #35E9FD. Grayscale: #494949. Windows color (decimal): -3533310 or 136906. OLE color: 136906.
HSL color Cylindrical-coordinate representation of color #CA1602: hue angle of 6º 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 #CA1602 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.21 |
| HSL | 6º | 0.98% | 0.4% | - |
| HSV(B) | 6º | 0.99% | 0.79% | - |
| XYZ | 24.65 | 13.13 | 1.29 | - |
| YUV | 73.54 | 87.63 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 2 | 0 | 0.89 | 0.99 | 0.21 | 6 | 0.98 | 0.4 |
| Hex | CA | 16 | 2 | 0 | 59 | 63 | 15 | 6 | 62 | 28 |
| Octal | 312 | 26 | 2 | 0 | 131 | 143 | 25 | 6 | 142 | 50 |
| Binary | 11001010 | 10110 | 10 | 0 | 1011001 | 1100011 | 10101 | 110 | 1100010 | 101000 |
Color Harmonies of #CA1602
Complementary color
Monochromatic Colors of #CA1602
Black with #CA1602
Text Example
Text Example
White with #CA1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1602; }
p { color: rgb(202,22,2); }
H1.HeaderClassName
{
color: #CA1602;
}
.AnyTagClassName
{
color: #CA1602;
}
</style>
background-color css
<style>
a { background-color: #CA1602; }
a { background-color: rgb(202,22,2); }
div.DivClassName
{
background-color: #CA1602;
}
.BgClassName
{
background-color: #CA1602;
}
</style>
border-color css
<style>
span { border-color: #CA1602; }
span { border-color: rgb(202,22,2); }
td.TdClassName
{
border-color: #CA1602;
}
.TagClassName
{
border-color: #CA1602;
}
</style>