Shades of Free Speech Red #CB0F0D
Tints of Free Speech Red #CB0F0D
RGB
CMYK
RGB Variations
Color information
#CB0F0D (or 0xCB0F0D) is known color: Free Speech Red. HEX triplet: CB, 0F and 0D. RGB value is (203,15,13). Sum of RGB (Red+Green+Blue) = 203+15+13=231 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.88% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0F0D is #34F0F2. Grayscale: #474747. Windows color (decimal): -3469555 or 856011. OLE color: 856011.
HSL color Cylindrical-coordinate representation of color #CB0F0D: hue angle of 0.63º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0F0D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.20 |
| HSL | 0.63º | 0.88% | 0.42% | - |
| HSV(B) | 0.63º | 0.94% | 0.8% | - |
| XYZ | 24.87 | 13.07 | 1.59 | - |
| YUV | 70.98 | 95.28 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 13 | 0 | 0.93 | 0.94 | 0.20 | 0.63 | 0.88 | 0.42 |
| Hex | CB | F | D | 0 | 5D | 5E | 14 | 1 | 58 | 2A |
| Octal | 313 | 17 | 15 | 0 | 135 | 136 | 24 | 1 | 130 | 52 |
| Binary | 11001011 | 1111 | 1101 | 0 | 1011101 | 1011110 | 10100 | 1 | 1011000 | 101010 |
Color Harmonies of #CB0F0D
Complementary color
Monochromatic Colors of #CB0F0D
Black with #CB0F0D
Text Example
Text Example
White with #CB0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0F0D; }
p { color: rgb(203,15,13); }
H1.HeaderClassName
{
color: #CB0F0D;
}
.AnyTagClassName
{
color: #CB0F0D;
}
</style>
background-color css
<style>
a { background-color: #CB0F0D; }
a { background-color: rgb(203,15,13); }
div.DivClassName
{
background-color: #CB0F0D;
}
.BgClassName
{
background-color: #CB0F0D;
}
</style>
border-color css
<style>
span { border-color: #CB0F0D; }
span { border-color: rgb(203,15,13); }
td.TdClassName
{
border-color: #CB0F0D;
}
.TagClassName
{
border-color: #CB0F0D;
}
</style>