Shades of Fire Engine Red #CB182D
Tints of Fire Engine Red #CB182D
RGB
CMYK
RGB Variations
Color information
#CB182D (or 0xCB182D) is known color: Fire Engine Red. HEX triplet: CB, 18 and 2D. RGB value is (203,24,45). Sum of RGB (Red+Green+Blue) = 203+24+45=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB182D is #34E7D2. Grayscale: #505050. Windows color (decimal): -3467219 or 2955467. OLE color: 2955467.
HSL color Cylindrical-coordinate representation of color #CB182D: hue angle of 352.96º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB182D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 45 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.20 |
| HSL | 352.96º | 0.79% | 0.45% | - |
| HSV(B) | 352.96º | 0.88% | 0.8% | - |
| XYZ | 25.43 | 13.54 | 3.76 | - |
| YUV | 79.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 45 | 0 | 0.88 | 0.78 | 0.20 | 352.96 | 0.79 | 0.45 |
| Hex | CB | 18 | 2D | 0 | 58 | 4E | 14 | 161 | 4F | 2D |
| Octal | 313 | 30 | 55 | 0 | 130 | 116 | 24 | 541 | 117 | 55 |
| Binary | 11001011 | 11000 | 101101 | 0 | 1011000 | 1001110 | 10100 | 101100001 | 1001111 | 101101 |
Color Harmonies of #CB182D
Complementary color
Monochromatic Colors of #CB182D
Black with #CB182D
Text Example
Text Example
White with #CB182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB182D; }
p { color: rgb(203,24,45); }
H1.HeaderClassName
{
color: #CB182D;
}
.AnyTagClassName
{
color: #CB182D;
}
</style>
background-color css
<style>
a { background-color: #CB182D; }
a { background-color: rgb(203,24,45); }
div.DivClassName
{
background-color: #CB182D;
}
.BgClassName
{
background-color: #CB182D;
}
</style>
border-color css
<style>
span { border-color: #CB182D; }
span { border-color: rgb(203,24,45); }
td.TdClassName
{
border-color: #CB182D;
}
.TagClassName
{
border-color: #CB182D;
}
</style>