Shades of Free Speech Red #CA1902
Tints of Free Speech Red #CA1902
RGB
CMYK
RGB Variations
Color information
#CA1902 (or 0xCA1902) is known color: Free Speech Red. HEX triplet: CA, 19 and 02. RGB value is (202,25,2). Sum of RGB (Red+Green+Blue) = 202+25+2=229 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.21% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1902 is #35E6FD. Grayscale: #4B4B4B. Windows color (decimal): -3532542 or 137674. OLE color: 137674.
HSL color Cylindrical-coordinate representation of color #CA1902: hue angle of 6.9º 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 #CA1902 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.21 |
| HSL | 6.9º | 0.98% | 0.4% | - |
| HSV(B) | 6.9º | 0.99% | 0.79% | - |
| XYZ | 24.72 | 13.26 | 1.31 | - |
| YUV | 75.3 | 86.64 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 2 | 0 | 0.88 | 0.99 | 0.21 | 6.9 | 0.98 | 0.4 |
| Hex | CA | 19 | 2 | 0 | 58 | 63 | 15 | 7 | 62 | 28 |
| Octal | 312 | 31 | 2 | 0 | 130 | 143 | 25 | 7 | 142 | 50 |
| Binary | 11001010 | 11001 | 10 | 0 | 1011000 | 1100011 | 10101 | 111 | 1100010 | 101000 |
Color Harmonies of #CA1902
Complementary color
Monochromatic Colors of #CA1902
Black with #CA1902
Text Example
Text Example
White with #CA1902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1902; }
p { color: rgb(202,25,2); }
H1.HeaderClassName
{
color: #CA1902;
}
.AnyTagClassName
{
color: #CA1902;
}
</style>
background-color css
<style>
a { background-color: #CA1902; }
a { background-color: rgb(202,25,2); }
div.DivClassName
{
background-color: #CA1902;
}
.BgClassName
{
background-color: #CA1902;
}
</style>
border-color css
<style>
span { border-color: #CA1902; }
span { border-color: rgb(202,25,2); }
td.TdClassName
{
border-color: #CA1902;
}
.TagClassName
{
border-color: #CA1902;
}
</style>