Shades of Fire Engine Red #CD102D
Tints of Fire Engine Red #CD102D
RGB
CMYK
RGB Variations
Color information
#CD102D (or 0xCD102D) is known color: Fire Engine Red. HEX triplet: CD, 10 and 2D. RGB value is (205,16,45). Sum of RGB (Red+Green+Blue) = 205+16+45=266 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.07% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 205 - color contains mainly: red. Hex color #CD102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD102D is #32EFD2. Grayscale: #4B4B4B. Windows color (decimal): -3338195 or 2953421. OLE color: 2953421.
HSL color Cylindrical-coordinate representation of color #CD102D: hue angle of 350.79º 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 #CD102D is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 45 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.20 |
| HSL | 350.79º | 0.86% | 0.43% | - |
| HSV(B) | 350.79º | 0.92% | 0.8% | - |
| XYZ | 25.84 | 13.54 | 3.73 | - |
| YUV | 75.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 45 | 0 | 0.92 | 0.78 | 0.20 | 350.79 | 0.86 | 0.43 |
| Hex | CD | 10 | 2D | 0 | 5C | 4E | 14 | 15F | 56 | 2B |
| Octal | 315 | 20 | 55 | 0 | 134 | 116 | 24 | 537 | 126 | 53 |
| Binary | 11001101 | 10000 | 101101 | 0 | 1011100 | 1001110 | 10100 | 101011111 | 1010110 | 101011 |
Color Harmonies of #CD102D
Complementary color
Monochromatic Colors of #CD102D
Black with #CD102D
Text Example
Text Example
White with #CD102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD102D; }
p { color: rgb(205,16,45); }
H1.HeaderClassName
{
color: #CD102D;
}
.AnyTagClassName
{
color: #CD102D;
}
</style>
background-color css
<style>
a { background-color: #CD102D; }
a { background-color: rgb(205,16,45); }
div.DivClassName
{
background-color: #CD102D;
}
.BgClassName
{
background-color: #CD102D;
}
</style>
border-color css
<style>
span { border-color: #CD102D; }
span { border-color: rgb(205,16,45); }
td.TdClassName
{
border-color: #CD102D;
}
.TagClassName
{
border-color: #CD102D;
}
</style>