Shades of Fire Engine Red #C32023
Tints of Fire Engine Red #C32023
RGB
CMYK
RGB Variations
Color information
#C32023 (or 0xC32023) is known color: Fire Engine Red. HEX triplet: C3, 20 and 23. RGB value is (195,32,35). Sum of RGB (Red+Green+Blue) = 195+32+35=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C32023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32023 is #3CDFDC. Grayscale: #515151. Windows color (decimal): -3989469 or 2302147. OLE color: 2302147.
HSL color Cylindrical-coordinate representation of color #C32023: hue angle of 358.9º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32023 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 35 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.24 |
| HSL | 358.9º | 0.72% | 0.45% | - |
| HSV(B) | 358.9º | 0.84% | 0.76% | - |
| XYZ | 23.33 | 12.76 | 2.82 | - |
| YUV | 81.08 | 102 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 35 | 0 | 0.84 | 0.82 | 0.24 | 358.9 | 0.72 | 0.45 |
| Hex | C3 | 20 | 23 | 0 | 54 | 52 | 18 | 167 | 48 | 2D |
| Octal | 303 | 40 | 43 | 0 | 124 | 122 | 30 | 547 | 110 | 55 |
| Binary | 11000011 | 100000 | 100011 | 0 | 1010100 | 1010010 | 11000 | 101100111 | 1001000 | 101101 |
Color Harmonies of #C32023
Complementary color
Monochromatic Colors of #C32023
Black with #C32023
Text Example
Text Example
White with #C32023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32023; }
p { color: rgb(195,32,35); }
H1.HeaderClassName
{
color: #C32023;
}
.AnyTagClassName
{
color: #C32023;
}
</style>
background-color css
<style>
a { background-color: #C32023; }
a { background-color: rgb(195,32,35); }
div.DivClassName
{
background-color: #C32023;
}
.BgClassName
{
background-color: #C32023;
}
</style>
border-color css
<style>
span { border-color: #C32023; }
span { border-color: rgb(195,32,35); }
td.TdClassName
{
border-color: #C32023;
}
.TagClassName
{
border-color: #C32023;
}
</style>