Shades of Fire Engine Red #CF0825
Tints of Fire Engine Red #CF0825
RGB
CMYK
RGB Variations
Color information
#CF0825 (or 0xCF0825) is known color: Fire Engine Red. HEX triplet: CF, 08 and 25. RGB value is (207,8,37). Sum of RGB (Red+Green+Blue) = 207+8+37=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0825 is #30F7DA. Grayscale: #464646. Windows color (decimal): -3209179 or 2427087. OLE color: 2427087.
HSL color Cylindrical-coordinate representation of color #CF0825: hue angle of 351.26º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0825 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 37 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.19 |
| HSL | 351.26º | 0.93% | 0.42% | - |
| HSV(B) | 351.26º | 0.96% | 0.81% | - |
| XYZ | 26.15 | 13.57 | 2.99 | - |
| YUV | 70.81 | 108.93 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 37 | 0 | 0.96 | 0.82 | 0.19 | 351.26 | 0.93 | 0.42 |
| Hex | CF | 8 | 25 | 0 | 60 | 52 | 13 | 15F | 5D | 2A |
| Octal | 317 | 10 | 45 | 0 | 140 | 122 | 23 | 537 | 135 | 52 |
| Binary | 11001111 | 1000 | 100101 | 0 | 1100000 | 1010010 | 10011 | 101011111 | 1011101 | 101010 |
Color Harmonies of #CF0825
Complementary color
Monochromatic Colors of #CF0825
Black with #CF0825
Text Example
Text Example
White with #CF0825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0825; }
p { color: rgb(207,8,37); }
H1.HeaderClassName
{
color: #CF0825;
}
.AnyTagClassName
{
color: #CF0825;
}
</style>
background-color css
<style>
a { background-color: #CF0825; }
a { background-color: rgb(207,8,37); }
div.DivClassName
{
background-color: #CF0825;
}
.BgClassName
{
background-color: #CF0825;
}
</style>
border-color css
<style>
span { border-color: #CF0825; }
span { border-color: rgb(207,8,37); }
td.TdClassName
{
border-color: #CF0825;
}
.TagClassName
{
border-color: #CF0825;
}
</style>