Shades of Fire Engine Red #CB0928
Tints of Fire Engine Red #CB0928
RGB
CMYK
RGB Variations
Color information
#CB0928 (or 0xCB0928) is known color: Fire Engine Red. HEX triplet: CB, 09 and 28. RGB value is (203,9,40). Sum of RGB (Red+Green+Blue) = 203+9+40=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0928 is #34F6D7. Grayscale: #464646. Windows color (decimal): -3471064 or 2623947. OLE color: 2623947.
HSL color Cylindrical-coordinate representation of color #CB0928: hue angle of 350.41º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0928 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.20 |
| HSL | 350.41º | 0.92% | 0.42% | - |
| HSV(B) | 350.41º | 0.96% | 0.8% | - |
| XYZ | 25.11 | 13.05 | 3.2 | - |
| YUV | 70.54 | 110.77 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 40 | 0 | 0.96 | 0.80 | 0.20 | 350.41 | 0.92 | 0.42 |
| Hex | CB | 9 | 28 | 0 | 60 | 50 | 14 | 15E | 5C | 2A |
| Octal | 313 | 11 | 50 | 0 | 140 | 120 | 24 | 536 | 134 | 52 |
| Binary | 11001011 | 1001 | 101000 | 0 | 1100000 | 1010000 | 10100 | 101011110 | 1011100 | 101010 |
Color Harmonies of #CB0928
Complementary color
Monochromatic Colors of #CB0928
Black with #CB0928
Text Example
Text Example
White with #CB0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0928; }
p { color: rgb(203,9,40); }
H1.HeaderClassName
{
color: #CB0928;
}
.AnyTagClassName
{
color: #CB0928;
}
</style>
background-color css
<style>
a { background-color: #CB0928; }
a { background-color: rgb(203,9,40); }
div.DivClassName
{
background-color: #CB0928;
}
.BgClassName
{
background-color: #CB0928;
}
</style>
border-color css
<style>
span { border-color: #CB0928; }
span { border-color: rgb(203,9,40); }
td.TdClassName
{
border-color: #CB0928;
}
.TagClassName
{
border-color: #CB0928;
}
</style>