Shades of Fire Engine Red #CD2227
Tints of Fire Engine Red #CD2227
RGB
CMYK
RGB Variations
Color information
#CD2227 (or 0xCD2227) is known color: Fire Engine Red. HEX triplet: CD, 22 and 27. RGB value is (205,34,39). Sum of RGB (Red+Green+Blue) = 205+34+39=278 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.74% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2227 is #32DDD8. Grayscale: #555555. Windows color (decimal): -3333593 or 2564813. OLE color: 2564813.
HSL color Cylindrical-coordinate representation of color #CD2227: hue angle of 358.25º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD2227 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 39 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.20 |
| HSL | 358.25º | 0.72% | 0.47% | - |
| HSV(B) | 358.25º | 0.83% | 0.8% | - |
| XYZ | 26.12 | 14.27 | 3.3 | - |
| YUV | 85.7 | 101.65 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 39 | 0 | 0.83 | 0.81 | 0.20 | 358.25 | 0.72 | 0.47 |
| Hex | CD | 22 | 27 | 0 | 53 | 51 | 14 | 166 | 48 | 2F |
| Octal | 315 | 42 | 47 | 0 | 123 | 121 | 24 | 546 | 110 | 57 |
| Binary | 11001101 | 100010 | 100111 | 0 | 1010011 | 1010001 | 10100 | 101100110 | 1001000 | 101111 |
Color Harmonies of #CD2227
Complementary color
Monochromatic Colors of #CD2227
Black with #CD2227
Text Example
Text Example
White with #CD2227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2227; }
p { color: rgb(205,34,39); }
H1.HeaderClassName
{
color: #CD2227;
}
.AnyTagClassName
{
color: #CD2227;
}
</style>
background-color css
<style>
a { background-color: #CD2227; }
a { background-color: rgb(205,34,39); }
div.DivClassName
{
background-color: #CD2227;
}
.BgClassName
{
background-color: #CD2227;
}
</style>
border-color css
<style>
span { border-color: #CD2227; }
span { border-color: rgb(205,34,39); }
td.TdClassName
{
border-color: #CD2227;
}
.TagClassName
{
border-color: #CD2227;
}
</style>