Shades of Free Speech Red #CA0100
Tints of Free Speech Red #CA0100
RGB
CMYK
RGB Variations
Color information
#CA0100 (or 0xCA0100) is known color: Free Speech Red. HEX triplet: CA, 01 and 00. RGB value is (202,1,0). Sum of RGB (Red+Green+Blue) = 202+1+0=203 (26% of max value = 765). Red value is 202 (79.30% from 255 or 99.51% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0100 is #35FEFF. Grayscale: #3D3D3D. Windows color (decimal): -3538688 or 458. OLE color: 458.
HSL color Cylindrical-coordinate representation of color #CA0100: hue angle of 0.3º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.21 |
| HSL | 0.3º | 1% | 0.4% | - |
| HSV(B) | 0.3º | 1% | 0.79% | - |
| XYZ | 24.37 | 12.58 | 1.14 | - |
| YUV | 60.99 | 93.59 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 0 | 0 | 1.00 | 1 | 0.21 | 0.3 | 1 | 0.4 |
| Hex | CA | 1 | 0 | 0 | 64 | 64 | 15 | 0 | 64 | 28 |
| Octal | 312 | 1 | 0 | 0 | 144 | 144 | 25 | 0 | 144 | 50 |
| Binary | 11001010 | 1 | 0 | 0 | 1100100 | 1100100 | 10101 | 0 | 1100100 | 101000 |
Color Harmonies of #CA0100
Complementary color
Monochromatic Colors of #CA0100
Black with #CA0100
Text Example
Text Example
White with #CA0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0100; }
p { color: rgb(202,1,0); }
H1.HeaderClassName
{
color: #CA0100;
}
.AnyTagClassName
{
color: #CA0100;
}
</style>
background-color css
<style>
a { background-color: #CA0100; }
a { background-color: rgb(202,1,0); }
div.DivClassName
{
background-color: #CA0100;
}
.BgClassName
{
background-color: #CA0100;
}
</style>
border-color css
<style>
span { border-color: #CA0100; }
span { border-color: rgb(202,1,0); }
td.TdClassName
{
border-color: #CA0100;
}
.TagClassName
{
border-color: #CA0100;
}
</style>