Shades of Free Speech Red #CA100D
Tints of Free Speech Red #CA100D
RGB
CMYK
RGB Variations
Color information
#CA100D (or 0xCA100D) is known color: Free Speech Red. HEX triplet: CA, 10 and 0D. RGB value is (202,16,13). Sum of RGB (Red+Green+Blue) = 202+16+13=231 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.45% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 202 - color contains mainly: red. Hex color #CA100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA100D is #35EFF2. Grayscale: #474747. Windows color (decimal): -3534835 or 856266. OLE color: 856266.
HSL color Cylindrical-coordinate representation of color #CA100D: hue angle of 0.95º 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 #CA100D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.21 |
| HSL | 0.95º | 0.88% | 0.42% | - |
| HSV(B) | 0.95º | 0.94% | 0.79% | - |
| XYZ | 24.62 | 12.96 | 1.58 | - |
| YUV | 71.27 | 95.12 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 13 | 0 | 0.92 | 0.94 | 0.21 | 0.95 | 0.88 | 0.42 |
| Hex | CA | 10 | D | 0 | 5C | 5E | 15 | 1 | 58 | 2A |
| Octal | 312 | 20 | 15 | 0 | 134 | 136 | 25 | 1 | 130 | 52 |
| Binary | 11001010 | 10000 | 1101 | 0 | 1011100 | 1011110 | 10101 | 1 | 1011000 | 101010 |
Color Harmonies of #CA100D
Complementary color
Monochromatic Colors of #CA100D
Black with #CA100D
Text Example
Text Example
White with #CA100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA100D; }
p { color: rgb(202,16,13); }
H1.HeaderClassName
{
color: #CA100D;
}
.AnyTagClassName
{
color: #CA100D;
}
</style>
background-color css
<style>
a { background-color: #CA100D; }
a { background-color: rgb(202,16,13); }
div.DivClassName
{
background-color: #CA100D;
}
.BgClassName
{
background-color: #CA100D;
}
</style>
border-color css
<style>
span { border-color: #CA100D; }
span { border-color: rgb(202,16,13); }
td.TdClassName
{
border-color: #CA100D;
}
.TagClassName
{
border-color: #CA100D;
}
</style>