Shades of Fire Engine Red #CD102C
Tints of Fire Engine Red #CD102C
RGB
CMYK
RGB Variations
Color information
#CD102C (or 0xCD102C) is known color: Fire Engine Red. HEX triplet: CD, 10 and 2C. RGB value is (205,16,44). Sum of RGB (Red+Green+Blue) = 205+16+44=265 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.36% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 205 - color contains mainly: red. Hex color #CD102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD102C is #32EFD3. Grayscale: #4B4B4B. Windows color (decimal): -3338196 or 2887885. OLE color: 2887885.
HSL color Cylindrical-coordinate representation of color #CD102C: hue angle of 351.11º degrees, saturation: 0.86, 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 #CD102C is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 44 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.20 |
| HSL | 351.11º | 0.86% | 0.43% | - |
| HSV(B) | 351.11º | 0.92% | 0.8% | - |
| XYZ | 25.82 | 13.53 | 3.63 | - |
| YUV | 75.7 | 110.12 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 44 | 0 | 0.92 | 0.79 | 0.20 | 351.11 | 0.86 | 0.43 |
| Hex | CD | 10 | 2C | 0 | 5C | 4F | 14 | 15F | 56 | 2B |
| Octal | 315 | 20 | 54 | 0 | 134 | 117 | 24 | 537 | 126 | 53 |
| Binary | 11001101 | 10000 | 101100 | 0 | 1011100 | 1001111 | 10100 | 101011111 | 1010110 | 101011 |
Color Harmonies of #CD102C
Complementary color
Monochromatic Colors of #CD102C
Black with #CD102C
Text Example
Text Example
White with #CD102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD102C; }
p { color: rgb(205,16,44); }
H1.HeaderClassName
{
color: #CD102C;
}
.AnyTagClassName
{
color: #CD102C;
}
</style>
background-color css
<style>
a { background-color: #CD102C; }
a { background-color: rgb(205,16,44); }
div.DivClassName
{
background-color: #CD102C;
}
.BgClassName
{
background-color: #CD102C;
}
</style>
border-color css
<style>
span { border-color: #CD102C; }
span { border-color: rgb(205,16,44); }
td.TdClassName
{
border-color: #CD102C;
}
.TagClassName
{
border-color: #CD102C;
}
</style>