Shades of Fire Engine Red #CF032B
Tints of Fire Engine Red #CF032B
RGB
CMYK
RGB Variations
Color information
#CF032B (or 0xCF032B) is known color: Fire Engine Red. HEX triplet: CF, 03 and 2B. RGB value is (207,3,43). Sum of RGB (Red+Green+Blue) = 207+3+43=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF032B is #30FCD4. Grayscale: #444444. Windows color (decimal): -3210453 or 2819023. OLE color: 2819023.
HSL color Cylindrical-coordinate representation of color #CF032B: hue angle of 348.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF032B is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 43 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.19 |
| HSL | 348.24º | 0.97% | 0.41% | - |
| HSV(B) | 348.24º | 0.99% | 0.81% | - |
| XYZ | 26.2 | 13.5 | 3.51 | - |
| YUV | 68.56 | 113.59 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 43 | 0 | 0.99 | 0.79 | 0.19 | 348.24 | 0.97 | 0.41 |
| Hex | CF | 3 | 2B | 0 | 63 | 4F | 13 | 15C | 61 | 29 |
| Octal | 317 | 3 | 53 | 0 | 143 | 117 | 23 | 534 | 141 | 51 |
| Binary | 11001111 | 11 | 101011 | 0 | 1100011 | 1001111 | 10011 | 101011100 | 1100001 | 101001 |
Color Harmonies of #CF032B
Complementary color
Monochromatic Colors of #CF032B
Black with #CF032B
Text Example
Text Example
White with #CF032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF032B; }
p { color: rgb(207,3,43); }
H1.HeaderClassName
{
color: #CF032B;
}
.AnyTagClassName
{
color: #CF032B;
}
</style>
background-color css
<style>
a { background-color: #CF032B; }
a { background-color: rgb(207,3,43); }
div.DivClassName
{
background-color: #CF032B;
}
.BgClassName
{
background-color: #CF032B;
}
</style>
border-color css
<style>
span { border-color: #CF032B; }
span { border-color: rgb(207,3,43); }
td.TdClassName
{
border-color: #CF032B;
}
.TagClassName
{
border-color: #CF032B;
}
</style>