Shades of Fire Engine Red #CF132D
Tints of Fire Engine Red #CF132D
RGB
CMYK
RGB Variations
Color information
#CF132D (or 0xCF132D) is known color: Fire Engine Red. HEX triplet: CF, 13 and 2D. RGB value is (207,19,45). Sum of RGB (Red+Green+Blue) = 207+19+45=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF132D is #30ECD2. Grayscale: #4E4E4E. Windows color (decimal): -3206355 or 2954191. OLE color: 2954191.
HSL color Cylindrical-coordinate representation of color #CF132D: hue angle of 351.7º 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 #CF132D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.19 |
| HSL | 351.7º | 0.83% | 0.44% | - |
| HSV(B) | 351.7º | 0.91% | 0.81% | - |
| XYZ | 26.44 | 13.92 | 3.78 | - |
| YUV | 78.18 | 109.28 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 45 | 0 | 0.91 | 0.78 | 0.19 | 351.7 | 0.83 | 0.44 |
| Hex | CF | 13 | 2D | 0 | 5B | 4E | 13 | 160 | 53 | 2C |
| Octal | 317 | 23 | 55 | 0 | 133 | 116 | 23 | 540 | 123 | 54 |
| Binary | 11001111 | 10011 | 101101 | 0 | 1011011 | 1001110 | 10011 | 101100000 | 1010011 | 101100 |
Color Harmonies of #CF132D
Complementary color
Monochromatic Colors of #CF132D
Black with #CF132D
Text Example
Text Example
White with #CF132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF132D; }
p { color: rgb(207,19,45); }
H1.HeaderClassName
{
color: #CF132D;
}
.AnyTagClassName
{
color: #CF132D;
}
</style>
background-color css
<style>
a { background-color: #CF132D; }
a { background-color: rgb(207,19,45); }
div.DivClassName
{
background-color: #CF132D;
}
.BgClassName
{
background-color: #CF132D;
}
</style>
border-color css
<style>
span { border-color: #CF132D; }
span { border-color: rgb(207,19,45); }
td.TdClassName
{
border-color: #CF132D;
}
.TagClassName
{
border-color: #CF132D;
}
</style>