Shades of Free Speech Red #CA1212
Tints of Free Speech Red #CA1212
RGB
CMYK
RGB Variations
Color information
#CA1212 (or 0xCA1212) is known color: Free Speech Red. HEX triplet: CA, 12 and 12. RGB value is (202,18,18). Sum of RGB (Red+Green+Blue) = 202+18+18=238 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.87% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1212 is #35EDED. Grayscale: #494949. Windows color (decimal): -3534318 or 1184458. OLE color: 1184458.
HSL color Cylindrical-coordinate representation of color #CA1212: hue angle of 0º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1212 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 18 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.21 |
| HSL | 0º | 0.84% | 0.43% | - |
| HSV(B) | 0º | 0.91% | 0.79% | - |
| XYZ | 24.68 | 13.03 | 1.79 | - |
| YUV | 73.02 | 96.96 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 18 | 0 | 0.91 | 0.91 | 0.21 | 0 | 0.84 | 0.43 |
| Hex | CA | 12 | 12 | 0 | 5B | 5B | 15 | 0 | 54 | 2B |
| Octal | 312 | 22 | 22 | 0 | 133 | 133 | 25 | 0 | 124 | 53 |
| Binary | 11001010 | 10010 | 10010 | 0 | 1011011 | 1011011 | 10101 | 0 | 1010100 | 101011 |
Color Harmonies of #CA1212
Complementary color
Monochromatic Colors of #CA1212
Black with #CA1212
Text Example
Text Example
White with #CA1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1212; }
p { color: rgb(202,18,18); }
H1.HeaderClassName
{
color: #CA1212;
}
.AnyTagClassName
{
color: #CA1212;
}
</style>
background-color css
<style>
a { background-color: #CA1212; }
a { background-color: rgb(202,18,18); }
div.DivClassName
{
background-color: #CA1212;
}
.BgClassName
{
background-color: #CA1212;
}
</style>
border-color css
<style>
span { border-color: #CA1212; }
span { border-color: rgb(202,18,18); }
td.TdClassName
{
border-color: #CA1212;
}
.TagClassName
{
border-color: #CA1212;
}
</style>