Shades of Fire Engine Red #CB0826
Tints of Fire Engine Red #CB0826
RGB
CMYK
RGB Variations
Color information
#CB0826 (or 0xCB0826) is known color: Fire Engine Red. HEX triplet: CB, 08 and 26. RGB value is (203,8,38). Sum of RGB (Red+Green+Blue) = 203+8+38=249 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.53% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0826 is #34F7D9. Grayscale: #454545. Windows color (decimal): -3471322 or 2492619. OLE color: 2492619.
HSL color Cylindrical-coordinate representation of color #CB0826: hue angle of 350.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0826 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 38 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.20 |
| HSL | 350.77º | 0.92% | 0.41% | - |
| HSV(B) | 350.77º | 0.96% | 0.8% | - |
| XYZ | 25.07 | 13.01 | 3.02 | - |
| YUV | 69.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 38 | 0 | 0.96 | 0.81 | 0.20 | 350.77 | 0.92 | 0.41 |
| Hex | CB | 8 | 26 | 0 | 60 | 51 | 14 | 15F | 5C | 29 |
| Octal | 313 | 10 | 46 | 0 | 140 | 121 | 24 | 537 | 134 | 51 |
| Binary | 11001011 | 1000 | 100110 | 0 | 1100000 | 1010001 | 10100 | 101011111 | 1011100 | 101001 |
Color Harmonies of #CB0826
Complementary color
Monochromatic Colors of #CB0826
Black with #CB0826
Text Example
Text Example
White with #CB0826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0826; }
p { color: rgb(203,8,38); }
H1.HeaderClassName
{
color: #CB0826;
}
.AnyTagClassName
{
color: #CB0826;
}
</style>
background-color css
<style>
a { background-color: #CB0826; }
a { background-color: rgb(203,8,38); }
div.DivClassName
{
background-color: #CB0826;
}
.BgClassName
{
background-color: #CB0826;
}
</style>
border-color css
<style>
span { border-color: #CB0826; }
span { border-color: rgb(203,8,38); }
td.TdClassName
{
border-color: #CB0826;
}
.TagClassName
{
border-color: #CB0826;
}
</style>