Shades of Fire Engine Red #CB0728
Tints of Fire Engine Red #CB0728
RGB
CMYK
RGB Variations
Color information
#CB0728 (or 0xCB0728) is known color: Fire Engine Red. HEX triplet: CB, 07 and 28. RGB value is (203,7,40). Sum of RGB (Red+Green+Blue) = 203+7+40=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0728 is #34F8D7. Grayscale: #454545. Windows color (decimal): -3471576 or 2623435. OLE color: 2623435.
HSL color Cylindrical-coordinate representation of color #CB0728: hue angle of 349.9º degrees, saturation: 0.93, 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 #CB0728 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 40 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.20 |
| HSL | 349.9º | 0.93% | 0.41% | - |
| HSV(B) | 349.9º | 0.97% | 0.8% | - |
| XYZ | 25.09 | 13 | 3.19 | - |
| YUV | 69.37 | 111.43 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 40 | 0 | 0.97 | 0.80 | 0.20 | 349.9 | 0.93 | 0.41 |
| Hex | CB | 7 | 28 | 0 | 61 | 50 | 14 | 15E | 5D | 29 |
| Octal | 313 | 7 | 50 | 0 | 141 | 120 | 24 | 536 | 135 | 51 |
| Binary | 11001011 | 111 | 101000 | 0 | 1100001 | 1010000 | 10100 | 101011110 | 1011101 | 101001 |
Color Harmonies of #CB0728
Complementary color
Monochromatic Colors of #CB0728
Black with #CB0728
Text Example
Text Example
White with #CB0728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0728; }
p { color: rgb(203,7,40); }
H1.HeaderClassName
{
color: #CB0728;
}
.AnyTagClassName
{
color: #CB0728;
}
</style>
background-color css
<style>
a { background-color: #CB0728; }
a { background-color: rgb(203,7,40); }
div.DivClassName
{
background-color: #CB0728;
}
.BgClassName
{
background-color: #CB0728;
}
</style>
border-color css
<style>
span { border-color: #CB0728; }
span { border-color: rgb(203,7,40); }
td.TdClassName
{
border-color: #CB0728;
}
.TagClassName
{
border-color: #CB0728;
}
</style>