Shades of Fire Engine Red #CD012D
Tints of Fire Engine Red #CD012D
RGB
CMYK
RGB Variations
Color information
#CD012D (or 0xCD012D) is known color: Fire Engine Red. HEX triplet: CD, 01 and 2D. RGB value is (205,1,45). Sum of RGB (Red+Green+Blue) = 205+1+45=251 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.67% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 205 - color contains mainly: red. Hex color #CD012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD012D is #32FED2. Grayscale: #434343. Windows color (decimal): -3342035 or 2949581. OLE color: 2949581.
HSL color Cylindrical-coordinate representation of color #CD012D: hue angle of 347.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD012D is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.20 |
| HSL | 347.06º | 0.99% | 0.4% | - |
| HSV(B) | 347.06º | 1% | 0.8% | - |
| XYZ | 25.66 | 13.19 | 3.68 | - |
| YUV | 67.01 | 115.59 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 45 | 0 | 1.00 | 0.78 | 0.20 | 347.06 | 0.99 | 0.4 |
| Hex | CD | 1 | 2D | 0 | 64 | 4E | 14 | 15B | 63 | 28 |
| Octal | 315 | 1 | 55 | 0 | 144 | 116 | 24 | 533 | 143 | 50 |
| Binary | 11001101 | 1 | 101101 | 0 | 1100100 | 1001110 | 10100 | 101011011 | 1100011 | 101000 |
Color Harmonies of #CD012D
Complementary color
Monochromatic Colors of #CD012D
Black with #CD012D
Text Example
Text Example
White with #CD012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD012D; }
p { color: rgb(205,1,45); }
H1.HeaderClassName
{
color: #CD012D;
}
.AnyTagClassName
{
color: #CD012D;
}
</style>
background-color css
<style>
a { background-color: #CD012D; }
a { background-color: rgb(205,1,45); }
div.DivClassName
{
background-color: #CD012D;
}
.BgClassName
{
background-color: #CD012D;
}
</style>
border-color css
<style>
span { border-color: #CD012D; }
span { border-color: rgb(205,1,45); }
td.TdClassName
{
border-color: #CD012D;
}
.TagClassName
{
border-color: #CD012D;
}
</style>