Shades of Fire Engine Red #CD242A
Tints of Fire Engine Red #CD242A
RGB
CMYK
RGB Variations
Color information
#CD242A (or 0xCD242A) is known color: Fire Engine Red. HEX triplet: CD, 24 and 2A. RGB value is (205,36,42). Sum of RGB (Red+Green+Blue) = 205+36+42=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD242A is #32DBD5. Grayscale: #575757. Windows color (decimal): -3333078 or 2761933. OLE color: 2761933.
HSL color Cylindrical-coordinate representation of color #CD242A: hue angle of 357.87º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD242A is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 36 | 42 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.20 |
| HSL | 357.87º | 0.7% | 0.47% | - |
| HSV(B) | 357.87º | 0.82% | 0.8% | - |
| XYZ | 26.23 | 14.41 | 3.59 | - |
| YUV | 87.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 42 | 0 | 0.82 | 0.80 | 0.20 | 357.87 | 0.7 | 0.47 |
| Hex | CD | 24 | 2A | 0 | 52 | 50 | 14 | 166 | 46 | 2F |
| Octal | 315 | 44 | 52 | 0 | 122 | 120 | 24 | 546 | 106 | 57 |
| Binary | 11001101 | 100100 | 101010 | 0 | 1010010 | 1010000 | 10100 | 101100110 | 1000110 | 101111 |
Color Harmonies of #CD242A
Complementary color
Monochromatic Colors of #CD242A
Black with #CD242A
Text Example
Text Example
White with #CD242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD242A; }
p { color: rgb(205,36,42); }
H1.HeaderClassName
{
color: #CD242A;
}
.AnyTagClassName
{
color: #CD242A;
}
</style>
background-color css
<style>
a { background-color: #CD242A; }
a { background-color: rgb(205,36,42); }
div.DivClassName
{
background-color: #CD242A;
}
.BgClassName
{
background-color: #CD242A;
}
</style>
border-color css
<style>
span { border-color: #CD242A; }
span { border-color: rgb(205,36,42); }
td.TdClassName
{
border-color: #CD242A;
}
.TagClassName
{
border-color: #CD242A;
}
</style>