Shades of Fire Engine Red #CB1E2D
Tints of Fire Engine Red #CB1E2D
RGB
CMYK
RGB Variations
Color information
#CB1E2D (or 0xCB1E2D) is known color: Fire Engine Red. HEX triplet: CB, 1E and 2D. RGB value is (203,30,45). Sum of RGB (Red+Green+Blue) = 203+30+45=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E2D is #34E1D2. Grayscale: #535353. Windows color (decimal): -3465683 or 2957003. OLE color: 2957003.
HSL color Cylindrical-coordinate representation of color #CB1E2D: hue angle of 354.8º 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 #CB1E2D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 45 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.20 |
| HSL | 354.8º | 0.74% | 0.46% | - |
| HSV(B) | 354.8º | 0.85% | 0.8% | - |
| XYZ | 25.57 | 13.81 | 3.8 | - |
| YUV | 83.44 | 106.31 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 45 | 0 | 0.85 | 0.78 | 0.20 | 354.8 | 0.74 | 0.46 |
| Hex | CB | 1E | 2D | 0 | 55 | 4E | 14 | 163 | 4A | 2E |
| Octal | 313 | 36 | 55 | 0 | 125 | 116 | 24 | 543 | 112 | 56 |
| Binary | 11001011 | 11110 | 101101 | 0 | 1010101 | 1001110 | 10100 | 101100011 | 1001010 | 101110 |
Color Harmonies of #CB1E2D
Complementary color
Monochromatic Colors of #CB1E2D
Black with #CB1E2D
Text Example
Text Example
White with #CB1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E2D; }
p { color: rgb(203,30,45); }
H1.HeaderClassName
{
color: #CB1E2D;
}
.AnyTagClassName
{
color: #CB1E2D;
}
</style>
background-color css
<style>
a { background-color: #CB1E2D; }
a { background-color: rgb(203,30,45); }
div.DivClassName
{
background-color: #CB1E2D;
}
.BgClassName
{
background-color: #CB1E2D;
}
</style>
border-color css
<style>
span { border-color: #CB1E2D; }
span { border-color: rgb(203,30,45); }
td.TdClassName
{
border-color: #CB1E2D;
}
.TagClassName
{
border-color: #CB1E2D;
}
</style>