Shades of Free Speech Red #CA1702
Tints of Free Speech Red #CA1702
RGB
CMYK
RGB Variations
Color information
#CA1702 (or 0xCA1702) is known color: Free Speech Red. HEX triplet: CA, 17 and 02. RGB value is (202,23,2). Sum of RGB (Red+Green+Blue) = 202+23+2=227 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.99% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1702 is #35E8FD. Grayscale: #4A4A4A. Windows color (decimal): -3533054 or 137162. OLE color: 137162.
HSL color Cylindrical-coordinate representation of color #CA1702: hue angle of 6.3º 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 #CA1702 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.21 |
| HSL | 6.3º | 0.98% | 0.4% | - |
| HSV(B) | 6.3º | 0.99% | 0.79% | - |
| XYZ | 24.67 | 13.17 | 1.3 | - |
| YUV | 74.13 | 87.3 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 2 | 0 | 0.89 | 0.99 | 0.21 | 6.3 | 0.98 | 0.4 |
| Hex | CA | 17 | 2 | 0 | 59 | 63 | 15 | 6 | 62 | 28 |
| Octal | 312 | 27 | 2 | 0 | 131 | 143 | 25 | 6 | 142 | 50 |
| Binary | 11001010 | 10111 | 10 | 0 | 1011001 | 1100011 | 10101 | 110 | 1100010 | 101000 |
Color Harmonies of #CA1702
Complementary color
Monochromatic Colors of #CA1702
Black with #CA1702
Text Example
Text Example
White with #CA1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1702; }
p { color: rgb(202,23,2); }
H1.HeaderClassName
{
color: #CA1702;
}
.AnyTagClassName
{
color: #CA1702;
}
</style>
background-color css
<style>
a { background-color: #CA1702; }
a { background-color: rgb(202,23,2); }
div.DivClassName
{
background-color: #CA1702;
}
.BgClassName
{
background-color: #CA1702;
}
</style>
border-color css
<style>
span { border-color: #CA1702; }
span { border-color: rgb(202,23,2); }
td.TdClassName
{
border-color: #CA1702;
}
.TagClassName
{
border-color: #CA1702;
}
</style>