Shades of Fire Engine Red #CB242A
Tints of Fire Engine Red #CB242A
RGB
CMYK
RGB Variations
Color information
#CB242A (or 0xCB242A) is known color: Fire Engine Red. HEX triplet: CB, 24 and 2A. RGB value is (203,36,42). Sum of RGB (Red+Green+Blue) = 203+36+42=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB242A is #34DBD5. Grayscale: #565656. Windows color (decimal): -3464150 or 2761931. OLE color: 2761931.
HSL color Cylindrical-coordinate representation of color #CB242A: hue angle of 357.84º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB242A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 42 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.20 |
| HSL | 357.84º | 0.7% | 0.47% | - |
| HSV(B) | 357.84º | 0.82% | 0.8% | - |
| XYZ | 25.68 | 14.13 | 3.56 | - |
| YUV | 86.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 42 | 0 | 0.82 | 0.79 | 0.20 | 357.84 | 0.7 | 0.47 |
| Hex | CB | 24 | 2A | 0 | 52 | 4F | 14 | 166 | 46 | 2F |
| Octal | 313 | 44 | 52 | 0 | 122 | 117 | 24 | 546 | 106 | 57 |
| Binary | 11001011 | 100100 | 101010 | 0 | 1010010 | 1001111 | 10100 | 101100110 | 1000110 | 101111 |
Color Harmonies of #CB242A
Complementary color
Monochromatic Colors of #CB242A
Black with #CB242A
Text Example
Text Example
White with #CB242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB242A; }
p { color: rgb(203,36,42); }
H1.HeaderClassName
{
color: #CB242A;
}
.AnyTagClassName
{
color: #CB242A;
}
</style>
background-color css
<style>
a { background-color: #CB242A; }
a { background-color: rgb(203,36,42); }
div.DivClassName
{
background-color: #CB242A;
}
.BgClassName
{
background-color: #CB242A;
}
</style>
border-color css
<style>
span { border-color: #CB242A; }
span { border-color: rgb(203,36,42); }
td.TdClassName
{
border-color: #CB242A;
}
.TagClassName
{
border-color: #CB242A;
}
</style>