Shades of Fire Engine Red #CB1023
Tints of Fire Engine Red #CB1023
RGB
CMYK
RGB Variations
Color information
#CB1023 (or 0xCB1023) is known color: Fire Engine Red. HEX triplet: CB, 10 and 23. RGB value is (203,16,35). Sum of RGB (Red+Green+Blue) = 203+16+35=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1023 is #34EFDC. Grayscale: #4A4A4A. Windows color (decimal): -3469277 or 2298059. OLE color: 2298059.
HSL color Cylindrical-coordinate representation of color #CB1023: hue angle of 353.9º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1023 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 35 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.20 |
| HSL | 353.9º | 0.85% | 0.43% | - |
| HSV(B) | 353.9º | 0.92% | 0.8% | - |
| XYZ | 25.12 | 13.19 | 2.81 | - |
| YUV | 74.08 | 105.95 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 35 | 0 | 0.92 | 0.83 | 0.20 | 353.9 | 0.85 | 0.43 |
| Hex | CB | 10 | 23 | 0 | 5C | 53 | 14 | 162 | 55 | 2B |
| Octal | 313 | 20 | 43 | 0 | 134 | 123 | 24 | 542 | 125 | 53 |
| Binary | 11001011 | 10000 | 100011 | 0 | 1011100 | 1010011 | 10100 | 101100010 | 1010101 | 101011 |
Color Harmonies of #CB1023
Complementary color
Monochromatic Colors of #CB1023
Black with #CB1023
Text Example
Text Example
White with #CB1023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1023; }
p { color: rgb(203,16,35); }
H1.HeaderClassName
{
color: #CB1023;
}
.AnyTagClassName
{
color: #CB1023;
}
</style>
background-color css
<style>
a { background-color: #CB1023; }
a { background-color: rgb(203,16,35); }
div.DivClassName
{
background-color: #CB1023;
}
.BgClassName
{
background-color: #CB1023;
}
</style>
border-color css
<style>
span { border-color: #CB1023; }
span { border-color: rgb(203,16,35); }
td.TdClassName
{
border-color: #CB1023;
}
.TagClassName
{
border-color: #CB1023;
}
</style>