Shades of Fire Engine Red #CB0923
Tints of Fire Engine Red #CB0923
RGB
CMYK
RGB Variations
Color information
#CB0923 (or 0xCB0923) is known color: Fire Engine Red. HEX triplet: CB, 09 and 23. RGB value is (203,9,35). Sum of RGB (Red+Green+Blue) = 203+9+35=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0923 is #34F6DC. Grayscale: #464646. Windows color (decimal): -3471069 or 2296267. OLE color: 2296267.
HSL color Cylindrical-coordinate representation of color #CB0923: hue angle of 351.96º 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 #CB0923 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 35 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.20 |
| HSL | 351.96º | 0.92% | 0.42% | - |
| HSV(B) | 351.96º | 0.96% | 0.8% | - |
| XYZ | 25.03 | 13.01 | 2.78 | - |
| YUV | 69.97 | 108.27 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 35 | 0 | 0.96 | 0.83 | 0.20 | 351.96 | 0.92 | 0.42 |
| Hex | CB | 9 | 23 | 0 | 60 | 53 | 14 | 160 | 5C | 2A |
| Octal | 313 | 11 | 43 | 0 | 140 | 123 | 24 | 540 | 134 | 52 |
| Binary | 11001011 | 1001 | 100011 | 0 | 1100000 | 1010011 | 10100 | 101100000 | 1011100 | 101010 |
Color Harmonies of #CB0923
Complementary color
Monochromatic Colors of #CB0923
Black with #CB0923
Text Example
Text Example
White with #CB0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0923; }
p { color: rgb(203,9,35); }
H1.HeaderClassName
{
color: #CB0923;
}
.AnyTagClassName
{
color: #CB0923;
}
</style>
background-color css
<style>
a { background-color: #CB0923; }
a { background-color: rgb(203,9,35); }
div.DivClassName
{
background-color: #CB0923;
}
.BgClassName
{
background-color: #CB0923;
}
</style>
border-color css
<style>
span { border-color: #CB0923; }
span { border-color: rgb(203,9,35); }
td.TdClassName
{
border-color: #CB0923;
}
.TagClassName
{
border-color: #CB0923;
}
</style>