Shades of Fire Engine Red #CD242B
Tints of Fire Engine Red #CD242B
RGB
CMYK
RGB Variations
Color information
#CD242B (or 0xCD242B) is known color: Fire Engine Red. HEX triplet: CD, 24 and 2B. RGB value is (205,36,43). Sum of RGB (Red+Green+Blue) = 205+36+43=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD242B is #32DBD4. Grayscale: #575757. Windows color (decimal): -3333077 or 2827469. OLE color: 2827469.
HSL color Cylindrical-coordinate representation of color #CD242B: hue angle of 357.51º 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 #CD242B is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 36 | 43 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.20 |
| HSL | 357.51º | 0.7% | 0.47% | - |
| HSV(B) | 357.51º | 0.82% | 0.8% | - |
| XYZ | 26.24 | 14.42 | 3.68 | - |
| YUV | 87.33 | 102.99 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 43 | 0 | 0.82 | 0.79 | 0.20 | 357.51 | 0.7 | 0.47 |
| Hex | CD | 24 | 2B | 0 | 52 | 4F | 14 | 166 | 46 | 2F |
| Octal | 315 | 44 | 53 | 0 | 122 | 117 | 24 | 546 | 106 | 57 |
| Binary | 11001101 | 100100 | 101011 | 0 | 1010010 | 1001111 | 10100 | 101100110 | 1000110 | 101111 |
Color Harmonies of #CD242B
Complementary color
Monochromatic Colors of #CD242B
Black with #CD242B
Text Example
Text Example
White with #CD242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD242B; }
p { color: rgb(205,36,43); }
H1.HeaderClassName
{
color: #CD242B;
}
.AnyTagClassName
{
color: #CD242B;
}
</style>
background-color css
<style>
a { background-color: #CD242B; }
a { background-color: rgb(205,36,43); }
div.DivClassName
{
background-color: #CD242B;
}
.BgClassName
{
background-color: #CD242B;
}
</style>
border-color css
<style>
span { border-color: #CD242B; }
span { border-color: rgb(205,36,43); }
td.TdClassName
{
border-color: #CD242B;
}
.TagClassName
{
border-color: #CD242B;
}
</style>