Shades of Fire Engine Red #CF182B
Tints of Fire Engine Red #CF182B
RGB
CMYK
RGB Variations
Color information
#CF182B (or 0xCF182B) is known color: Fire Engine Red. HEX triplet: CF, 18 and 2B. RGB value is (207,24,43). Sum of RGB (Red+Green+Blue) = 207+24+43=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF182B is #30E7D4. Grayscale: #505050. Windows color (decimal): -3205077 or 2824399. OLE color: 2824399.
HSL color Cylindrical-coordinate representation of color #CF182B: hue angle of 353.77º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF182B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 43 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.19 |
| HSL | 353.77º | 0.79% | 0.45% | - |
| HSV(B) | 353.77º | 0.88% | 0.81% | - |
| XYZ | 26.49 | 14.09 | 3.61 | - |
| YUV | 80.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 43 | 0 | 0.88 | 0.79 | 0.19 | 353.77 | 0.79 | 0.45 |
| Hex | CF | 18 | 2B | 0 | 58 | 4F | 13 | 162 | 4F | 2D |
| Octal | 317 | 30 | 53 | 0 | 130 | 117 | 23 | 542 | 117 | 55 |
| Binary | 11001111 | 11000 | 101011 | 0 | 1011000 | 1001111 | 10011 | 101100010 | 1001111 | 101101 |
Color Harmonies of #CF182B
Complementary color
Monochromatic Colors of #CF182B
Black with #CF182B
Text Example
Text Example
White with #CF182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF182B; }
p { color: rgb(207,24,43); }
H1.HeaderClassName
{
color: #CF182B;
}
.AnyTagClassName
{
color: #CF182B;
}
</style>
background-color css
<style>
a { background-color: #CF182B; }
a { background-color: rgb(207,24,43); }
div.DivClassName
{
background-color: #CF182B;
}
.BgClassName
{
background-color: #CF182B;
}
</style>
border-color css
<style>
span { border-color: #CF182B; }
span { border-color: rgb(207,24,43); }
td.TdClassName
{
border-color: #CF182B;
}
.TagClassName
{
border-color: #CF182B;
}
</style>