Shades of Fire Engine Red #CB1F2D
Tints of Fire Engine Red #CB1F2D
RGB
CMYK
RGB Variations
Color information
#CB1F2D (or 0xCB1F2D) is known color: Fire Engine Red. HEX triplet: CB, 1F and 2D. RGB value is (203,31,45). Sum of RGB (Red+Green+Blue) = 203+31+45=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F2D is #34E0D2. Grayscale: #545454. Windows color (decimal): -3465427 or 2957259. OLE color: 2957259.
HSL color Cylindrical-coordinate representation of color #CB1F2D: hue angle of 355.12º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F2D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 45 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.20 |
| HSL | 355.12º | 0.74% | 0.46% | - |
| HSV(B) | 355.12º | 0.85% | 0.8% | - |
| XYZ | 25.59 | 13.87 | 3.81 | - |
| YUV | 84.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 45 | 0 | 0.85 | 0.78 | 0.20 | 355.12 | 0.74 | 0.46 |
| Hex | CB | 1F | 2D | 0 | 55 | 4E | 14 | 163 | 4A | 2E |
| Octal | 313 | 37 | 55 | 0 | 125 | 116 | 24 | 543 | 112 | 56 |
| Binary | 11001011 | 11111 | 101101 | 0 | 1010101 | 1001110 | 10100 | 101100011 | 1001010 | 101110 |
Color Harmonies of #CB1F2D
Complementary color
Monochromatic Colors of #CB1F2D
Black with #CB1F2D
Text Example
Text Example
White with #CB1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F2D; }
p { color: rgb(203,31,45); }
H1.HeaderClassName
{
color: #CB1F2D;
}
.AnyTagClassName
{
color: #CB1F2D;
}
</style>
background-color css
<style>
a { background-color: #CB1F2D; }
a { background-color: rgb(203,31,45); }
div.DivClassName
{
background-color: #CB1F2D;
}
.BgClassName
{
background-color: #CB1F2D;
}
</style>
border-color css
<style>
span { border-color: #CB1F2D; }
span { border-color: rgb(203,31,45); }
td.TdClassName
{
border-color: #CB1F2D;
}
.TagClassName
{
border-color: #CB1F2D;
}
</style>