Shades of Fire Engine Red #CD132C
Tints of Fire Engine Red #CD132C
RGB
CMYK
RGB Variations
Color information
#CD132C (or 0xCD132C) is known color: Fire Engine Red. HEX triplet: CD, 13 and 2C. RGB value is (205,19,44). Sum of RGB (Red+Green+Blue) = 205+19+44=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD132C is #32ECD3. Grayscale: #4D4D4D. Windows color (decimal): -3337428 or 2888653. OLE color: 2888653.
HSL color Cylindrical-coordinate representation of color #CD132C: hue angle of 351.94º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD132C is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 44 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.20 |
| HSL | 351.94º | 0.83% | 0.44% | - |
| HSV(B) | 351.94º | 0.91% | 0.8% | - |
| XYZ | 25.86 | 13.63 | 3.65 | - |
| YUV | 77.46 | 109.12 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 44 | 0 | 0.91 | 0.79 | 0.20 | 351.94 | 0.83 | 0.44 |
| Hex | CD | 13 | 2C | 0 | 5B | 4F | 14 | 160 | 53 | 2C |
| Octal | 315 | 23 | 54 | 0 | 133 | 117 | 24 | 540 | 123 | 54 |
| Binary | 11001101 | 10011 | 101100 | 0 | 1011011 | 1001111 | 10100 | 101100000 | 1010011 | 101100 |
Color Harmonies of #CD132C
Complementary color
Monochromatic Colors of #CD132C
Black with #CD132C
Text Example
Text Example
White with #CD132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD132C; }
p { color: rgb(205,19,44); }
H1.HeaderClassName
{
color: #CD132C;
}
.AnyTagClassName
{
color: #CD132C;
}
</style>
background-color css
<style>
a { background-color: #CD132C; }
a { background-color: rgb(205,19,44); }
div.DivClassName
{
background-color: #CD132C;
}
.BgClassName
{
background-color: #CD132C;
}
</style>
border-color css
<style>
span { border-color: #CD132C; }
span { border-color: rgb(205,19,44); }
td.TdClassName
{
border-color: #CD132C;
}
.TagClassName
{
border-color: #CD132C;
}
</style>