Shades of Fire Engine Red #CB1323
Tints of Fire Engine Red #CB1323
RGB
CMYK
RGB Variations
Color information
#CB1323 (or 0xCB1323) is known color: Fire Engine Red. HEX triplet: CB, 13 and 23. RGB value is (203,19,35). Sum of RGB (Red+Green+Blue) = 203+19+35=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1323 is #34ECDC. Grayscale: #4B4B4B. Windows color (decimal): -3468509 or 2298827. OLE color: 2298827.
HSL color Cylindrical-coordinate representation of color #CB1323: hue angle of 354.78º 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 #CB1323 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 35 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.20 |
| HSL | 354.78º | 0.83% | 0.44% | - |
| HSV(B) | 354.78º | 0.91% | 0.8% | - |
| XYZ | 25.16 | 13.28 | 2.83 | - |
| YUV | 75.84 | 104.96 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 35 | 0 | 0.91 | 0.83 | 0.20 | 354.78 | 0.83 | 0.44 |
| Hex | CB | 13 | 23 | 0 | 5B | 53 | 14 | 163 | 53 | 2C |
| Octal | 313 | 23 | 43 | 0 | 133 | 123 | 24 | 543 | 123 | 54 |
| Binary | 11001011 | 10011 | 100011 | 0 | 1011011 | 1010011 | 10100 | 101100011 | 1010011 | 101100 |
Color Harmonies of #CB1323
Complementary color
Monochromatic Colors of #CB1323
Black with #CB1323
Text Example
Text Example
White with #CB1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1323; }
p { color: rgb(203,19,35); }
H1.HeaderClassName
{
color: #CB1323;
}
.AnyTagClassName
{
color: #CB1323;
}
</style>
background-color css
<style>
a { background-color: #CB1323; }
a { background-color: rgb(203,19,35); }
div.DivClassName
{
background-color: #CB1323;
}
.BgClassName
{
background-color: #CB1323;
}
</style>
border-color css
<style>
span { border-color: #CB1323; }
span { border-color: rgb(203,19,35); }
td.TdClassName
{
border-color: #CB1323;
}
.TagClassName
{
border-color: #CB1323;
}
</style>