Shades of Fire Engine Red #CB1321
Tints of Fire Engine Red #CB1321
RGB
CMYK
RGB Variations
Color information
#CB1321 (or 0xCB1321) is known color: Fire Engine Red. HEX triplet: CB, 13 and 21. RGB value is (203,19,33). Sum of RGB (Red+Green+Blue) = 203+19+33=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1321 is #34ECDE. Grayscale: #4B4B4B. Windows color (decimal): -3468511 or 2167755. OLE color: 2167755.
HSL color Cylindrical-coordinate representation of color #CB1321: hue angle of 355.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1321 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 33 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.20 |
| HSL | 355.43º | 0.83% | 0.44% | - |
| HSV(B) | 355.43º | 0.91% | 0.8% | - |
| XYZ | 25.14 | 13.27 | 2.68 | - |
| YUV | 75.61 | 103.96 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 33 | 0 | 0.91 | 0.84 | 0.20 | 355.43 | 0.83 | 0.44 |
| Hex | CB | 13 | 21 | 0 | 5B | 54 | 14 | 163 | 53 | 2C |
| Octal | 313 | 23 | 41 | 0 | 133 | 124 | 24 | 543 | 123 | 54 |
| Binary | 11001011 | 10011 | 100001 | 0 | 1011011 | 1010100 | 10100 | 101100011 | 1010011 | 101100 |
Color Harmonies of #CB1321
Complementary color
Monochromatic Colors of #CB1321
Black with #CB1321
Text Example
Text Example
White with #CB1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1321; }
p { color: rgb(203,19,33); }
H1.HeaderClassName
{
color: #CB1321;
}
.AnyTagClassName
{
color: #CB1321;
}
</style>
background-color css
<style>
a { background-color: #CB1321; }
a { background-color: rgb(203,19,33); }
div.DivClassName
{
background-color: #CB1321;
}
.BgClassName
{
background-color: #CB1321;
}
</style>
border-color css
<style>
span { border-color: #CB1321; }
span { border-color: rgb(203,19,33); }
td.TdClassName
{
border-color: #CB1321;
}
.TagClassName
{
border-color: #CB1321;
}
</style>