Shades of Fire Engine Red #CB2326
Tints of Fire Engine Red #CB2326
RGB
CMYK
RGB Variations
Color information
#CB2326 (or 0xCB2326) is known color: Fire Engine Red. HEX triplet: CB, 23 and 26. RGB value is (203,35,38). Sum of RGB (Red+Green+Blue) = 203+35+38=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2326 is #34DCD9. Grayscale: #555555. Windows color (decimal): -3464410 or 2499531. OLE color: 2499531.
HSL color Cylindrical-coordinate representation of color #CB2326: hue angle of 358.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2326 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 38 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.20 |
| HSL | 358.93º | 0.71% | 0.47% | - |
| HSV(B) | 358.93º | 0.83% | 0.8% | - |
| XYZ | 25.58 | 14.04 | 3.2 | - |
| YUV | 85.57 | 101.16 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 38 | 0 | 0.83 | 0.81 | 0.20 | 358.93 | 0.71 | 0.47 |
| Hex | CB | 23 | 26 | 0 | 53 | 51 | 14 | 167 | 47 | 2F |
| Octal | 313 | 43 | 46 | 0 | 123 | 121 | 24 | 547 | 107 | 57 |
| Binary | 11001011 | 100011 | 100110 | 0 | 1010011 | 1010001 | 10100 | 101100111 | 1000111 | 101111 |
Color Harmonies of #CB2326
Complementary color
Monochromatic Colors of #CB2326
Black with #CB2326
Text Example
Text Example
White with #CB2326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2326; }
p { color: rgb(203,35,38); }
H1.HeaderClassName
{
color: #CB2326;
}
.AnyTagClassName
{
color: #CB2326;
}
</style>
background-color css
<style>
a { background-color: #CB2326; }
a { background-color: rgb(203,35,38); }
div.DivClassName
{
background-color: #CB2326;
}
.BgClassName
{
background-color: #CB2326;
}
</style>
border-color css
<style>
span { border-color: #CB2326; }
span { border-color: rgb(203,35,38); }
td.TdClassName
{
border-color: #CB2326;
}
.TagClassName
{
border-color: #CB2326;
}
</style>