Shades of Fire Engine Red #CF132C
Tints of Fire Engine Red #CF132C
RGB
CMYK
RGB Variations
Color information
#CF132C (or 0xCF132C) is known color: Fire Engine Red. HEX triplet: CF, 13 and 2C. RGB value is (207,19,44). Sum of RGB (Red+Green+Blue) = 207+19+44=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF132C is #30ECD3. Grayscale: #4E4E4E. Windows color (decimal): -3206356 or 2888655. OLE color: 2888655.
HSL color Cylindrical-coordinate representation of color #CF132C: hue angle of 352.02º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF132C is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 44 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.19 |
| HSL | 352.02º | 0.83% | 0.44% | - |
| HSV(B) | 352.02º | 0.91% | 0.81% | - |
| XYZ | 26.42 | 13.91 | 3.68 | - |
| YUV | 78.06 | 108.78 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 44 | 0 | 0.91 | 0.79 | 0.19 | 352.02 | 0.83 | 0.44 |
| Hex | CF | 13 | 2C | 0 | 5B | 4F | 13 | 160 | 53 | 2C |
| Octal | 317 | 23 | 54 | 0 | 133 | 117 | 23 | 540 | 123 | 54 |
| Binary | 11001111 | 10011 | 101100 | 0 | 1011011 | 1001111 | 10011 | 101100000 | 1010011 | 101100 |
Color Harmonies of #CF132C
Complementary color
Monochromatic Colors of #CF132C
Black with #CF132C
Text Example
Text Example
White with #CF132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF132C; }
p { color: rgb(207,19,44); }
H1.HeaderClassName
{
color: #CF132C;
}
.AnyTagClassName
{
color: #CF132C;
}
</style>
background-color css
<style>
a { background-color: #CF132C; }
a { background-color: rgb(207,19,44); }
div.DivClassName
{
background-color: #CF132C;
}
.BgClassName
{
background-color: #CF132C;
}
</style>
border-color css
<style>
span { border-color: #CF132C; }
span { border-color: rgb(207,19,44); }
td.TdClassName
{
border-color: #CF132C;
}
.TagClassName
{
border-color: #CF132C;
}
</style>