Shades of Free Speech Red #CA150D
Tints of Free Speech Red #CA150D
RGB
CMYK
RGB Variations
Color information
#CA150D (or 0xCA150D) is known color: Free Speech Red. HEX triplet: CA, 15 and 0D. RGB value is (202,21,13). Sum of RGB (Red+Green+Blue) = 202+21+13=236 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.59% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 202 - color contains mainly: red. Hex color #CA150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA150D is #35EAF2. Grayscale: #4A4A4A. Windows color (decimal): -3533555 or 857546. OLE color: 857546.
HSL color Cylindrical-coordinate representation of color #CA150D: hue angle of 2.54º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA150D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.21 |
| HSL | 2.54º | 0.88% | 0.42% | - |
| HSV(B) | 2.54º | 0.94% | 0.79% | - |
| XYZ | 24.7 | 13.12 | 1.61 | - |
| YUV | 74.21 | 93.47 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 13 | 0 | 0.90 | 0.94 | 0.21 | 2.54 | 0.88 | 0.42 |
| Hex | CA | 15 | D | 0 | 5A | 5E | 15 | 3 | 58 | 2A |
| Octal | 312 | 25 | 15 | 0 | 132 | 136 | 25 | 3 | 130 | 52 |
| Binary | 11001010 | 10101 | 1101 | 0 | 1011010 | 1011110 | 10101 | 11 | 1011000 | 101010 |
Color Harmonies of #CA150D
Complementary color
Monochromatic Colors of #CA150D
Black with #CA150D
Text Example
Text Example
White with #CA150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA150D; }
p { color: rgb(202,21,13); }
H1.HeaderClassName
{
color: #CA150D;
}
.AnyTagClassName
{
color: #CA150D;
}
</style>
background-color css
<style>
a { background-color: #CA150D; }
a { background-color: rgb(202,21,13); }
div.DivClassName
{
background-color: #CA150D;
}
.BgClassName
{
background-color: #CA150D;
}
</style>
border-color css
<style>
span { border-color: #CA150D; }
span { border-color: rgb(202,21,13); }
td.TdClassName
{
border-color: #CA150D;
}
.TagClassName
{
border-color: #CA150D;
}
</style>