Shades of Fire Engine Red #C91D28
Tints of Fire Engine Red #C91D28
RGB
CMYK
RGB Variations
Color information
#C91D28 (or 0xC91D28) is known color: Fire Engine Red. HEX triplet: C9, 1D and 28. RGB value is (201,29,40). Sum of RGB (Red+Green+Blue) = 201+29+40=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91D28 is #36E2D7. Grayscale: #515151. Windows color (decimal): -3597016 or 2629065. OLE color: 2629065.
HSL color Cylindrical-coordinate representation of color #C91D28: hue angle of 356.16º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91D28 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 40 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.21 |
| HSL | 356.16º | 0.75% | 0.45% | - |
| HSV(B) | 356.16º | 0.86% | 0.79% | - |
| XYZ | 24.91 | 13.45 | 3.29 | - |
| YUV | 81.68 | 104.48 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 40 | 0 | 0.86 | 0.80 | 0.21 | 356.16 | 0.75 | 0.45 |
| Hex | C9 | 1D | 28 | 0 | 56 | 50 | 15 | 164 | 4B | 2D |
| Octal | 311 | 35 | 50 | 0 | 126 | 120 | 25 | 544 | 113 | 55 |
| Binary | 11001001 | 11101 | 101000 | 0 | 1010110 | 1010000 | 10101 | 101100100 | 1001011 | 101101 |
Color Harmonies of #C91D28
Complementary color
Monochromatic Colors of #C91D28
Black with #C91D28
Text Example
Text Example
White with #C91D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D28; }
p { color: rgb(201,29,40); }
H1.HeaderClassName
{
color: #C91D28;
}
.AnyTagClassName
{
color: #C91D28;
}
</style>
background-color css
<style>
a { background-color: #C91D28; }
a { background-color: rgb(201,29,40); }
div.DivClassName
{
background-color: #C91D28;
}
.BgClassName
{
background-color: #C91D28;
}
</style>
border-color css
<style>
span { border-color: #C91D28; }
span { border-color: rgb(201,29,40); }
td.TdClassName
{
border-color: #C91D28;
}
.TagClassName
{
border-color: #C91D28;
}
</style>