Shades of Fire Engine Red #CB1327
Tints of Fire Engine Red #CB1327
RGB
CMYK
RGB Variations
Color information
#CB1327 (or 0xCB1327) is known color: Fire Engine Red. HEX triplet: CB, 13 and 27. RGB value is (203,19,39). Sum of RGB (Red+Green+Blue) = 203+19+39=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1327 is #34ECD8. Grayscale: #4C4C4C. Windows color (decimal): -3468505 or 2560971. OLE color: 2560971.
HSL color Cylindrical-coordinate representation of color #CB1327: hue angle of 353.48º 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 #CB1327 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 39 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.20 |
| HSL | 353.48º | 0.83% | 0.44% | - |
| HSV(B) | 353.48º | 0.91% | 0.8% | - |
| XYZ | 25.23 | 13.31 | 3.16 | - |
| YUV | 76.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 39 | 0 | 0.91 | 0.81 | 0.20 | 353.48 | 0.83 | 0.44 |
| Hex | CB | 13 | 27 | 0 | 5B | 51 | 14 | 161 | 53 | 2C |
| Octal | 313 | 23 | 47 | 0 | 133 | 121 | 24 | 541 | 123 | 54 |
| Binary | 11001011 | 10011 | 100111 | 0 | 1011011 | 1010001 | 10100 | 101100001 | 1010011 | 101100 |
Color Harmonies of #CB1327
Complementary color
Monochromatic Colors of #CB1327
Black with #CB1327
Text Example
Text Example
White with #CB1327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1327; }
p { color: rgb(203,19,39); }
H1.HeaderClassName
{
color: #CB1327;
}
.AnyTagClassName
{
color: #CB1327;
}
</style>
background-color css
<style>
a { background-color: #CB1327; }
a { background-color: rgb(203,19,39); }
div.DivClassName
{
background-color: #CB1327;
}
.BgClassName
{
background-color: #CB1327;
}
</style>
border-color css
<style>
span { border-color: #CB1327; }
span { border-color: rgb(203,19,39); }
td.TdClassName
{
border-color: #CB1327;
}
.TagClassName
{
border-color: #CB1327;
}
</style>