Shades of Fire Engine Red #CB0F2A
Tints of Fire Engine Red #CB0F2A
RGB
CMYK
RGB Variations
Color information
#CB0F2A (or 0xCB0F2A) is known color: Fire Engine Red. HEX triplet: CB, 0F and 2A. RGB value is (203,15,42). Sum of RGB (Red+Green+Blue) = 203+15+42=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0F2A is #34F0D5. Grayscale: #4A4A4A. Windows color (decimal): -3469526 or 2756555. OLE color: 2756555.
HSL color Cylindrical-coordinate representation of color #CB0F2A: hue angle of 351.38º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0F2A is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 42 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.20 |
| HSL | 351.38º | 0.86% | 0.43% | - |
| HSV(B) | 351.38º | 0.93% | 0.8% | - |
| XYZ | 25.22 | 13.21 | 3.41 | - |
| YUV | 74.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 42 | 0 | 0.93 | 0.79 | 0.20 | 351.38 | 0.86 | 0.43 |
| Hex | CB | F | 2A | 0 | 5D | 4F | 14 | 15F | 56 | 2B |
| Octal | 313 | 17 | 52 | 0 | 135 | 117 | 24 | 537 | 126 | 53 |
| Binary | 11001011 | 1111 | 101010 | 0 | 1011101 | 1001111 | 10100 | 101011111 | 1010110 | 101011 |
Color Harmonies of #CB0F2A
Complementary color
Monochromatic Colors of #CB0F2A
Black with #CB0F2A
Text Example
Text Example
White with #CB0F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0F2A; }
p { color: rgb(203,15,42); }
H1.HeaderClassName
{
color: #CB0F2A;
}
.AnyTagClassName
{
color: #CB0F2A;
}
</style>
background-color css
<style>
a { background-color: #CB0F2A; }
a { background-color: rgb(203,15,42); }
div.DivClassName
{
background-color: #CB0F2A;
}
.BgClassName
{
background-color: #CB0F2A;
}
</style>
border-color css
<style>
span { border-color: #CB0F2A; }
span { border-color: rgb(203,15,42); }
td.TdClassName
{
border-color: #CB0F2A;
}
.TagClassName
{
border-color: #CB0F2A;
}
</style>