Shades of Fire Engine Red #CB102A
Tints of Fire Engine Red #CB102A
RGB
CMYK
RGB Variations
Color information
#CB102A (or 0xCB102A) is known color: Fire Engine Red. HEX triplet: CB, 10 and 2A. RGB value is (203,16,42). Sum of RGB (Red+Green+Blue) = 203+16+42=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB102A is #34EFD5. Grayscale: #4A4A4A. Windows color (decimal): -3469270 or 2756811. OLE color: 2756811.
HSL color Cylindrical-coordinate representation of color #CB102A: hue angle of 351.66º 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 #CB102A is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 42 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.20 |
| HSL | 351.66º | 0.85% | 0.43% | - |
| HSV(B) | 351.66º | 0.92% | 0.8% | - |
| XYZ | 25.23 | 13.23 | 3.42 | - |
| YUV | 74.88 | 109.45 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 42 | 0 | 0.92 | 0.79 | 0.20 | 351.66 | 0.85 | 0.43 |
| Hex | CB | 10 | 2A | 0 | 5C | 4F | 14 | 160 | 55 | 2B |
| Octal | 313 | 20 | 52 | 0 | 134 | 117 | 24 | 540 | 125 | 53 |
| Binary | 11001011 | 10000 | 101010 | 0 | 1011100 | 1001111 | 10100 | 101100000 | 1010101 | 101011 |
Color Harmonies of #CB102A
Complementary color
Monochromatic Colors of #CB102A
Black with #CB102A
Text Example
Text Example
White with #CB102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB102A; }
p { color: rgb(203,16,42); }
H1.HeaderClassName
{
color: #CB102A;
}
.AnyTagClassName
{
color: #CB102A;
}
</style>
background-color css
<style>
a { background-color: #CB102A; }
a { background-color: rgb(203,16,42); }
div.DivClassName
{
background-color: #CB102A;
}
.BgClassName
{
background-color: #CB102A;
}
</style>
border-color css
<style>
span { border-color: #CB102A; }
span { border-color: rgb(203,16,42); }
td.TdClassName
{
border-color: #CB102A;
}
.TagClassName
{
border-color: #CB102A;
}
</style>