Shades of Fire Engine Red #CD101D
Tints of Fire Engine Red #CD101D
RGB
CMYK
RGB Variations
Color information
#CD101D (or 0xCD101D) is known color: Fire Engine Red. HEX triplet: CD, 10 and 1D. RGB value is (205,16,29). Sum of RGB (Red+Green+Blue) = 205+16+29=250 (33% of max value = 765). Red value is 205 (80.47% from 255 or 82% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 205 - color contains mainly: red. Hex color #CD101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD101D is #32EFE2. Grayscale: #4A4A4A. Windows color (decimal): -3338211 or 1904845. OLE color: 1904845.
HSL color Cylindrical-coordinate representation of color #CD101D: hue angle of 355.87º 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 #CD101D is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 29 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.20 |
| HSL | 355.87º | 0.86% | 0.43% | - |
| HSV(B) | 355.87º | 0.92% | 0.8% | - |
| XYZ | 25.58 | 13.44 | 2.41 | - |
| YUV | 73.99 | 102.62 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 29 | 0 | 0.92 | 0.86 | 0.20 | 355.87 | 0.86 | 0.43 |
| Hex | CD | 10 | 1D | 0 | 5C | 56 | 14 | 164 | 56 | 2B |
| Octal | 315 | 20 | 35 | 0 | 134 | 126 | 24 | 544 | 126 | 53 |
| Binary | 11001101 | 10000 | 11101 | 0 | 1011100 | 1010110 | 10100 | 101100100 | 1010110 | 101011 |
Color Harmonies of #CD101D
Complementary color
Monochromatic Colors of #CD101D
Black with #CD101D
Text Example
Text Example
White with #CD101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD101D; }
p { color: rgb(205,16,29); }
H1.HeaderClassName
{
color: #CD101D;
}
.AnyTagClassName
{
color: #CD101D;
}
</style>
background-color css
<style>
a { background-color: #CD101D; }
a { background-color: rgb(205,16,29); }
div.DivClassName
{
background-color: #CD101D;
}
.BgClassName
{
background-color: #CD101D;
}
</style>
border-color css
<style>
span { border-color: #CD101D; }
span { border-color: rgb(205,16,29); }
td.TdClassName
{
border-color: #CD101D;
}
.TagClassName
{
border-color: #CD101D;
}
</style>