Shades of Fire Engine Red #CF2425
Tints of Fire Engine Red #CF2425
RGB
CMYK
RGB Variations
Color information
#CF2425 (or 0xCF2425) is known color: Fire Engine Red. HEX triplet: CF, 24 and 25. RGB value is (207,36,37). Sum of RGB (Red+Green+Blue) = 207+36+37=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2425 is #30DBDA. Grayscale: #575757. Windows color (decimal): -3202011 or 2434255. OLE color: 2434255.
HSL color Cylindrical-coordinate representation of color #CF2425: hue angle of 359.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2425 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 37 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.19 |
| HSL | 359.65º | 0.7% | 0.48% | - |
| HSV(B) | 359.65º | 0.83% | 0.81% | - |
| XYZ | 26.7 | 14.66 | 3.17 | - |
| YUV | 87.24 | 99.65 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 37 | 0 | 0.83 | 0.82 | 0.19 | 359.65 | 0.7 | 0.48 |
| Hex | CF | 24 | 25 | 0 | 53 | 52 | 13 | 168 | 46 | 30 |
| Octal | 317 | 44 | 45 | 0 | 123 | 122 | 23 | 550 | 106 | 60 |
| Binary | 11001111 | 100100 | 100101 | 0 | 1010011 | 1010010 | 10011 | 101101000 | 1000110 | 110000 |
Color Harmonies of #CF2425
Complementary color
Monochromatic Colors of #CF2425
Black with #CF2425
Text Example
Text Example
White with #CF2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2425; }
p { color: rgb(207,36,37); }
H1.HeaderClassName
{
color: #CF2425;
}
.AnyTagClassName
{
color: #CF2425;
}
</style>
background-color css
<style>
a { background-color: #CF2425; }
a { background-color: rgb(207,36,37); }
div.DivClassName
{
background-color: #CF2425;
}
.BgClassName
{
background-color: #CF2425;
}
</style>
border-color css
<style>
span { border-color: #CF2425; }
span { border-color: rgb(207,36,37); }
td.TdClassName
{
border-color: #CF2425;
}
.TagClassName
{
border-color: #CF2425;
}
</style>