Shades of Fire Engine Red #CB052B
Tints of Fire Engine Red #CB052B
RGB
CMYK
RGB Variations
Color information
#CB052B (or 0xCB052B) is known color: Fire Engine Red. HEX triplet: CB, 05 and 2B. RGB value is (203,5,43). Sum of RGB (Red+Green+Blue) = 203+5+43=251 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.88% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 203 - color contains mainly: red. Hex color #CB052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB052B is #34FAD4. Grayscale: #444444. Windows color (decimal): -3472085 or 2819531. OLE color: 2819531.
HSL color Cylindrical-coordinate representation of color #CB052B: hue angle of 348.48º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB052B is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.20 |
| HSL | 348.48º | 0.95% | 0.41% | - |
| HSV(B) | 348.48º | 0.98% | 0.8% | - |
| XYZ | 25.12 | 12.98 | 3.47 | - |
| YUV | 68.53 | 113.6 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 43 | 0 | 0.98 | 0.79 | 0.20 | 348.48 | 0.95 | 0.41 |
| Hex | CB | 5 | 2B | 0 | 62 | 4F | 14 | 15C | 5F | 29 |
| Octal | 313 | 5 | 53 | 0 | 142 | 117 | 24 | 534 | 137 | 51 |
| Binary | 11001011 | 101 | 101011 | 0 | 1100010 | 1001111 | 10100 | 101011100 | 1011111 | 101001 |
Color Harmonies of #CB052B
Complementary color
Monochromatic Colors of #CB052B
Black with #CB052B
Text Example
Text Example
White with #CB052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB052B; }
p { color: rgb(203,5,43); }
H1.HeaderClassName
{
color: #CB052B;
}
.AnyTagClassName
{
color: #CB052B;
}
</style>
background-color css
<style>
a { background-color: #CB052B; }
a { background-color: rgb(203,5,43); }
div.DivClassName
{
background-color: #CB052B;
}
.BgClassName
{
background-color: #CB052B;
}
</style>
border-color css
<style>
span { border-color: #CB052B; }
span { border-color: rgb(203,5,43); }
td.TdClassName
{
border-color: #CB052B;
}
.TagClassName
{
border-color: #CB052B;
}
</style>