Shades of Fire Engine Red #CD172D
Tints of Fire Engine Red #CD172D
RGB
CMYK
RGB Variations
Color information
#CD172D (or 0xCD172D) is known color: Fire Engine Red. HEX triplet: CD, 17 and 2D. RGB value is (205,23,45). Sum of RGB (Red+Green+Blue) = 205+23+45=273 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.09% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 205 - color contains mainly: red. Hex color #CD172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD172D is #32E8D2. Grayscale: #505050. Windows color (decimal): -3336403 or 2955213. OLE color: 2955213.
HSL color Cylindrical-coordinate representation of color #CD172D: hue angle of 352.75º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD172D is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 45 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.20 |
| HSL | 352.75º | 0.8% | 0.45% | - |
| HSV(B) | 352.75º | 0.89% | 0.8% | - |
| XYZ | 25.96 | 13.78 | 3.77 | - |
| YUV | 79.93 | 108.3 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 45 | 0 | 0.89 | 0.78 | 0.20 | 352.75 | 0.8 | 0.45 |
| Hex | CD | 17 | 2D | 0 | 59 | 4E | 14 | 161 | 50 | 2D |
| Octal | 315 | 27 | 55 | 0 | 131 | 116 | 24 | 541 | 120 | 55 |
| Binary | 11001101 | 10111 | 101101 | 0 | 1011001 | 1001110 | 10100 | 101100001 | 1010000 | 101101 |
Color Harmonies of #CD172D
Complementary color
Monochromatic Colors of #CD172D
Black with #CD172D
Text Example
Text Example
White with #CD172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD172D; }
p { color: rgb(205,23,45); }
H1.HeaderClassName
{
color: #CD172D;
}
.AnyTagClassName
{
color: #CD172D;
}
</style>
background-color css
<style>
a { background-color: #CD172D; }
a { background-color: rgb(205,23,45); }
div.DivClassName
{
background-color: #CD172D;
}
.BgClassName
{
background-color: #CD172D;
}
</style>
border-color css
<style>
span { border-color: #CD172D; }
span { border-color: rgb(205,23,45); }
td.TdClassName
{
border-color: #CD172D;
}
.TagClassName
{
border-color: #CD172D;
}
</style>