Shades of Fire Engine Red #CB252A
Tints of Fire Engine Red #CB252A
RGB
CMYK
RGB Variations
Color information
#CB252A (or 0xCB252A) is known color: Fire Engine Red. HEX triplet: CB, 25 and 2A. RGB value is (203,37,42). Sum of RGB (Red+Green+Blue) = 203+37+42=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB252A is #34DAD5. Grayscale: #575757. Windows color (decimal): -3463894 or 2762187. OLE color: 2762187.
HSL color Cylindrical-coordinate representation of color #CB252A: hue angle of 358.19º degrees, saturation: 0.69, 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 #CB252A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 42 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.20 |
| HSL | 358.19º | 0.69% | 0.47% | - |
| HSV(B) | 358.19º | 0.82% | 0.8% | - |
| XYZ | 25.71 | 14.19 | 3.57 | - |
| YUV | 87.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 42 | 0 | 0.82 | 0.79 | 0.20 | 358.19 | 0.69 | 0.47 |
| Hex | CB | 25 | 2A | 0 | 52 | 4F | 14 | 166 | 45 | 2F |
| Octal | 313 | 45 | 52 | 0 | 122 | 117 | 24 | 546 | 105 | 57 |
| Binary | 11001011 | 100101 | 101010 | 0 | 1010010 | 1001111 | 10100 | 101100110 | 1000101 | 101111 |
Color Harmonies of #CB252A
Complementary color
Monochromatic Colors of #CB252A
Black with #CB252A
Text Example
Text Example
White with #CB252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB252A; }
p { color: rgb(203,37,42); }
H1.HeaderClassName
{
color: #CB252A;
}
.AnyTagClassName
{
color: #CB252A;
}
</style>
background-color css
<style>
a { background-color: #CB252A; }
a { background-color: rgb(203,37,42); }
div.DivClassName
{
background-color: #CB252A;
}
.BgClassName
{
background-color: #CB252A;
}
</style>
border-color css
<style>
span { border-color: #CB252A; }
span { border-color: rgb(203,37,42); }
td.TdClassName
{
border-color: #CB252A;
}
.TagClassName
{
border-color: #CB252A;
}
</style>