Shades of Fire Engine Red #CD202A
Tints of Fire Engine Red #CD202A
RGB
CMYK
RGB Variations
Color information
#CD202A (or 0xCD202A) is known color: Fire Engine Red. HEX triplet: CD, 20 and 2A. RGB value is (205,32,42). Sum of RGB (Red+Green+Blue) = 205+32+42=279 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.48% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 205 - color contains mainly: red. Hex color #CD202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD202A is #32DFD5. Grayscale: #555555. Windows color (decimal): -3334102 or 2760909. OLE color: 2760909.
HSL color Cylindrical-coordinate representation of color #CD202A: hue angle of 356.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD202A is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 42 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.20 |
| HSL | 356.53º | 0.73% | 0.46% | - |
| HSV(B) | 356.53º | 0.84% | 0.8% | - |
| XYZ | 26.11 | 14.18 | 3.55 | - |
| YUV | 84.87 | 103.81 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 42 | 0 | 0.84 | 0.80 | 0.20 | 356.53 | 0.73 | 0.46 |
| Hex | CD | 20 | 2A | 0 | 54 | 50 | 14 | 165 | 49 | 2E |
| Octal | 315 | 40 | 52 | 0 | 124 | 120 | 24 | 545 | 111 | 56 |
| Binary | 11001101 | 100000 | 101010 | 0 | 1010100 | 1010000 | 10100 | 101100101 | 1001001 | 101110 |
Color Harmonies of #CD202A
Complementary color
Monochromatic Colors of #CD202A
Black with #CD202A
Text Example
Text Example
White with #CD202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD202A; }
p { color: rgb(205,32,42); }
H1.HeaderClassName
{
color: #CD202A;
}
.AnyTagClassName
{
color: #CD202A;
}
</style>
background-color css
<style>
a { background-color: #CD202A; }
a { background-color: rgb(205,32,42); }
div.DivClassName
{
background-color: #CD202A;
}
.BgClassName
{
background-color: #CD202A;
}
</style>
border-color css
<style>
span { border-color: #CD202A; }
span { border-color: rgb(205,32,42); }
td.TdClassName
{
border-color: #CD202A;
}
.TagClassName
{
border-color: #CD202A;
}
</style>