Shades of Fire Engine Red #CB0627
Tints of Fire Engine Red #CB0627
RGB
CMYK
RGB Variations
Color information
#CB0627 (or 0xCB0627) is known color: Fire Engine Red. HEX triplet: CB, 06 and 27. RGB value is (203,6,39). Sum of RGB (Red+Green+Blue) = 203+6+39=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0627 is #34F9D8. Grayscale: #444444. Windows color (decimal): -3471833 or 2557643. OLE color: 2557643.
HSL color Cylindrical-coordinate representation of color #CB0627: hue angle of 349.95º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0627 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 39 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.20 |
| HSL | 349.95º | 0.94% | 0.41% | - |
| HSV(B) | 349.95º | 0.97% | 0.8% | - |
| XYZ | 25.06 | 12.97 | 3.1 | - |
| YUV | 68.67 | 111.27 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 39 | 0 | 0.97 | 0.81 | 0.20 | 349.95 | 0.94 | 0.41 |
| Hex | CB | 6 | 27 | 0 | 61 | 51 | 14 | 15E | 5E | 29 |
| Octal | 313 | 6 | 47 | 0 | 141 | 121 | 24 | 536 | 136 | 51 |
| Binary | 11001011 | 110 | 100111 | 0 | 1100001 | 1010001 | 10100 | 101011110 | 1011110 | 101001 |
Color Harmonies of #CB0627
Complementary color
Monochromatic Colors of #CB0627
Black with #CB0627
Text Example
Text Example
White with #CB0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0627; }
p { color: rgb(203,6,39); }
H1.HeaderClassName
{
color: #CB0627;
}
.AnyTagClassName
{
color: #CB0627;
}
</style>
background-color css
<style>
a { background-color: #CB0627; }
a { background-color: rgb(203,6,39); }
div.DivClassName
{
background-color: #CB0627;
}
.BgClassName
{
background-color: #CB0627;
}
</style>
border-color css
<style>
span { border-color: #CB0627; }
span { border-color: rgb(203,6,39); }
td.TdClassName
{
border-color: #CB0627;
}
.TagClassName
{
border-color: #CB0627;
}
</style>