Shades of Fire Engine Red #CB102F
Tints of Fire Engine Red #CB102F
RGB
CMYK
RGB Variations
Color information
#CB102F (or 0xCB102F) is known color: Fire Engine Red. HEX triplet: CB, 10 and 2F. RGB value is (203,16,47). Sum of RGB (Red+Green+Blue) = 203+16+47=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB102F is #34EFD0. Grayscale: #4B4B4B. Windows color (decimal): -3469265 or 3084491. OLE color: 3084491.
HSL color Cylindrical-coordinate representation of color #CB102F: hue angle of 350.05º 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 #CB102F is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 47 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.20 |
| HSL | 350.05º | 0.85% | 0.43% | - |
| HSV(B) | 350.05º | 0.92% | 0.8% | - |
| XYZ | 25.33 | 13.27 | 3.92 | - |
| YUV | 75.45 | 111.95 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 47 | 0 | 0.92 | 0.77 | 0.20 | 350.05 | 0.85 | 0.43 |
| Hex | CB | 10 | 2F | 0 | 5C | 4D | 14 | 15E | 55 | 2B |
| Octal | 313 | 20 | 57 | 0 | 134 | 115 | 24 | 536 | 125 | 53 |
| Binary | 11001011 | 10000 | 101111 | 0 | 1011100 | 1001101 | 10100 | 101011110 | 1010101 | 101011 |
Color Harmonies of #CB102F
Complementary color
Monochromatic Colors of #CB102F
Black with #CB102F
Text Example
Text Example
White with #CB102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB102F; }
p { color: rgb(203,16,47); }
H1.HeaderClassName
{
color: #CB102F;
}
.AnyTagClassName
{
color: #CB102F;
}
</style>
background-color css
<style>
a { background-color: #CB102F; }
a { background-color: rgb(203,16,47); }
div.DivClassName
{
background-color: #CB102F;
}
.BgClassName
{
background-color: #CB102F;
}
</style>
border-color css
<style>
span { border-color: #CB102F; }
span { border-color: rgb(203,16,47); }
td.TdClassName
{
border-color: #CB102F;
}
.TagClassName
{
border-color: #CB102F;
}
</style>