Shades of Fire Engine Red #CD212B
Tints of Fire Engine Red #CD212B
RGB
CMYK
RGB Variations
Color information
#CD212B (or 0xCD212B) is known color: Fire Engine Red. HEX triplet: CD, 21 and 2B. RGB value is (205,33,43). Sum of RGB (Red+Green+Blue) = 205+33+43=281 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.95% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 205 - color contains mainly: red. Hex color #CD212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD212B is #32DED4. Grayscale: #555555. Windows color (decimal): -3333845 or 2826701. OLE color: 2826701.
HSL color Cylindrical-coordinate representation of color #CD212B: hue angle of 356.51º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD212B is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 33 | 43 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.20 |
| HSL | 356.51º | 0.72% | 0.47% | - |
| HSV(B) | 356.51º | 0.84% | 0.8% | - |
| XYZ | 26.16 | 14.24 | 3.66 | - |
| YUV | 85.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 43 | 0 | 0.84 | 0.79 | 0.20 | 356.51 | 0.72 | 0.47 |
| Hex | CD | 21 | 2B | 0 | 54 | 4F | 14 | 165 | 48 | 2F |
| Octal | 315 | 41 | 53 | 0 | 124 | 117 | 24 | 545 | 110 | 57 |
| Binary | 11001101 | 100001 | 101011 | 0 | 1010100 | 1001111 | 10100 | 101100101 | 1001000 | 101111 |
Color Harmonies of #CD212B
Complementary color
Monochromatic Colors of #CD212B
Black with #CD212B
Text Example
Text Example
White with #CD212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD212B; }
p { color: rgb(205,33,43); }
H1.HeaderClassName
{
color: #CD212B;
}
.AnyTagClassName
{
color: #CD212B;
}
</style>
background-color css
<style>
a { background-color: #CD212B; }
a { background-color: rgb(205,33,43); }
div.DivClassName
{
background-color: #CD212B;
}
.BgClassName
{
background-color: #CD212B;
}
</style>
border-color css
<style>
span { border-color: #CD212B; }
span { border-color: rgb(205,33,43); }
td.TdClassName
{
border-color: #CD212B;
}
.TagClassName
{
border-color: #CD212B;
}
</style>