Shades of Free Speech Red #CD130C
Tints of Free Speech Red #CD130C
RGB
CMYK
RGB Variations
Color information
#CD130C (or 0xCD130C) is known color: Free Speech Red. HEX triplet: CD, 13 and 0C. RGB value is (205,19,12). Sum of RGB (Red+Green+Blue) = 205+19+12=236 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.86% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 205 - color contains mainly: red. Hex color #CD130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD130C is #32ECF3. Grayscale: #4A4A4A. Windows color (decimal): -3337460 or 791501. OLE color: 791501.
HSL color Cylindrical-coordinate representation of color #CD130C: hue angle of 2.18º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD130C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.20 |
| HSL | 2.18º | 0.89% | 0.43% | - |
| HSV(B) | 2.18º | 0.94% | 0.8% | - |
| XYZ | 25.48 | 13.47 | 1.61 | - |
| YUV | 73.82 | 93.12 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 12 | 0 | 0.91 | 0.94 | 0.20 | 2.18 | 0.89 | 0.43 |
| Hex | CD | 13 | C | 0 | 5B | 5E | 14 | 2 | 59 | 2B |
| Octal | 315 | 23 | 14 | 0 | 133 | 136 | 24 | 2 | 131 | 53 |
| Binary | 11001101 | 10011 | 1100 | 0 | 1011011 | 1011110 | 10100 | 10 | 1011001 | 101011 |
Color Harmonies of #CD130C
Complementary color
Monochromatic Colors of #CD130C
Black with #CD130C
Text Example
Text Example
White with #CD130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD130C; }
p { color: rgb(205,19,12); }
H1.HeaderClassName
{
color: #CD130C;
}
.AnyTagClassName
{
color: #CD130C;
}
</style>
background-color css
<style>
a { background-color: #CD130C; }
a { background-color: rgb(205,19,12); }
div.DivClassName
{
background-color: #CD130C;
}
.BgClassName
{
background-color: #CD130C;
}
</style>
border-color css
<style>
span { border-color: #CD130C; }
span { border-color: rgb(205,19,12); }
td.TdClassName
{
border-color: #CD130C;
}
.TagClassName
{
border-color: #CD130C;
}
</style>