Shades of Fire Engine Red #CB062B
Tints of Fire Engine Red #CB062B
RGB
CMYK
RGB Variations
Color information
#CB062B (or 0xCB062B) is known color: Fire Engine Red. HEX triplet: CB, 06 and 2B. RGB value is (203,6,43). Sum of RGB (Red+Green+Blue) = 203+6+43=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB062B is #34F9D4. Grayscale: #454545. Windows color (decimal): -3471829 or 2819787. OLE color: 2819787.
HSL color Cylindrical-coordinate representation of color #CB062B: hue angle of 348.73º 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 #CB062B is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.20 |
| HSL | 348.73º | 0.94% | 0.41% | - |
| HSV(B) | 348.73º | 0.97% | 0.8% | - |
| XYZ | 25.13 | 13 | 3.47 | - |
| YUV | 69.12 | 113.27 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 43 | 0 | 0.97 | 0.79 | 0.20 | 348.73 | 0.94 | 0.41 |
| Hex | CB | 6 | 2B | 0 | 61 | 4F | 14 | 15D | 5E | 29 |
| Octal | 313 | 6 | 53 | 0 | 141 | 117 | 24 | 535 | 136 | 51 |
| Binary | 11001011 | 110 | 101011 | 0 | 1100001 | 1001111 | 10100 | 101011101 | 1011110 | 101001 |
Color Harmonies of #CB062B
Complementary color
Monochromatic Colors of #CB062B
Black with #CB062B
Text Example
Text Example
White with #CB062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB062B; }
p { color: rgb(203,6,43); }
H1.HeaderClassName
{
color: #CB062B;
}
.AnyTagClassName
{
color: #CB062B;
}
</style>
background-color css
<style>
a { background-color: #CB062B; }
a { background-color: rgb(203,6,43); }
div.DivClassName
{
background-color: #CB062B;
}
.BgClassName
{
background-color: #CB062B;
}
</style>
border-color css
<style>
span { border-color: #CB062B; }
span { border-color: rgb(203,6,43); }
td.TdClassName
{
border-color: #CB062B;
}
.TagClassName
{
border-color: #CB062B;
}
</style>