Shades of Free Speech Red #CA0802
Tints of Free Speech Red #CA0802
RGB
CMYK
RGB Variations
Color information
#CA0802 (or 0xCA0802) is known color: Free Speech Red. HEX triplet: CA, 08 and 02. RGB value is (202,8,2). Sum of RGB (Red+Green+Blue) = 202+8+2=212 (28% of max value = 765). Red value is 202 (79.30% from 255 or 95.28% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0802 is #35F7FD. Grayscale: #414141. Windows color (decimal): -3536894 or 133322. OLE color: 133322.
HSL color Cylindrical-coordinate representation of color #CA0802: hue angle of 1.8º 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 #CA0802 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.21 |
| HSL | 1.8º | 0.98% | 0.4% | - |
| HSV(B) | 1.8º | 0.99% | 0.79% | - |
| XYZ | 24.45 | 12.73 | 1.23 | - |
| YUV | 65.32 | 92.27 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 2 | 0 | 0.96 | 0.99 | 0.21 | 1.8 | 0.98 | 0.4 |
| Hex | CA | 8 | 2 | 0 | 60 | 63 | 15 | 2 | 62 | 28 |
| Octal | 312 | 10 | 2 | 0 | 140 | 143 | 25 | 2 | 142 | 50 |
| Binary | 11001010 | 1000 | 10 | 0 | 1100000 | 1100011 | 10101 | 10 | 1100010 | 101000 |
Color Harmonies of #CA0802
Complementary color
Monochromatic Colors of #CA0802
Black with #CA0802
Text Example
Text Example
White with #CA0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0802; }
p { color: rgb(202,8,2); }
H1.HeaderClassName
{
color: #CA0802;
}
.AnyTagClassName
{
color: #CA0802;
}
</style>
background-color css
<style>
a { background-color: #CA0802; }
a { background-color: rgb(202,8,2); }
div.DivClassName
{
background-color: #CA0802;
}
.BgClassName
{
background-color: #CA0802;
}
</style>
border-color css
<style>
span { border-color: #CA0802; }
span { border-color: rgb(202,8,2); }
td.TdClassName
{
border-color: #CA0802;
}
.TagClassName
{
border-color: #CA0802;
}
</style>