Shades of Fire Engine Red #CB1220
Tints of Fire Engine Red #CB1220
RGB
CMYK
RGB Variations
Color information
#CB1220 (or 0xCB1220) is known color: Fire Engine Red. HEX triplet: CB, 12 and 20. RGB value is (203,18,32). Sum of RGB (Red+Green+Blue) = 203+18+32=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1220 is #34EDDF. Grayscale: #4B4B4B. Windows color (decimal): -3468768 or 2101963. OLE color: 2101963.
HSL color Cylindrical-coordinate representation of color #CB1220: hue angle of 355.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1220 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 32 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.20 |
| HSL | 355.46º | 0.84% | 0.43% | - |
| HSV(B) | 355.46º | 0.91% | 0.8% | - |
| XYZ | 25.11 | 13.23 | 2.6 | - |
| YUV | 74.91 | 103.79 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 32 | 0 | 0.91 | 0.84 | 0.20 | 355.46 | 0.84 | 0.43 |
| Hex | CB | 12 | 20 | 0 | 5B | 54 | 14 | 163 | 54 | 2B |
| Octal | 313 | 22 | 40 | 0 | 133 | 124 | 24 | 543 | 124 | 53 |
| Binary | 11001011 | 10010 | 100000 | 0 | 1011011 | 1010100 | 10100 | 101100011 | 1010100 | 101011 |
Color Harmonies of #CB1220
Complementary color
Monochromatic Colors of #CB1220
Black with #CB1220
Text Example
Text Example
White with #CB1220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1220; }
p { color: rgb(203,18,32); }
H1.HeaderClassName
{
color: #CB1220;
}
.AnyTagClassName
{
color: #CB1220;
}
</style>
background-color css
<style>
a { background-color: #CB1220; }
a { background-color: rgb(203,18,32); }
div.DivClassName
{
background-color: #CB1220;
}
.BgClassName
{
background-color: #CB1220;
}
</style>
border-color css
<style>
span { border-color: #CB1220; }
span { border-color: rgb(203,18,32); }
td.TdClassName
{
border-color: #CB1220;
}
.TagClassName
{
border-color: #CB1220;
}
</style>