Shades of Grenadier #C9433F
Tints of Grenadier #C9433F
RGB
CMYK
RGB Variations
Color information
#C9433F (or 0xC9433F) is known color: Grenadier. HEX triplet: C9, 43 and 3F. RGB value is (201,67,63). Sum of RGB (Red+Green+Blue) = 201+67+63=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9433F is #36BCC0. Grayscale: #6A6A6A. Windows color (decimal): -3587265 or 4146121. OLE color: 4146121.
HSL color Cylindrical-coordinate representation of color #C9433F: hue angle of 1.74º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9433F is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 63 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.21 |
| HSL | 1.74º | 0.56% | 0.52% | - |
| HSV(B) | 1.74º | 0.69% | 0.79% | - |
| XYZ | 26.99 | 16.79 | 6.52 | - |
| YUV | 106.61 | 103.39 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 63 | 0 | 0.67 | 0.69 | 0.21 | 1.74 | 0.56 | 0.52 |
| Hex | C9 | 43 | 3F | 0 | 43 | 45 | 15 | 2 | 38 | 34 |
| Octal | 311 | 103 | 77 | 0 | 103 | 105 | 25 | 2 | 70 | 64 |
| Binary | 11001001 | 1000011 | 111111 | 0 | 1000011 | 1000101 | 10101 | 10 | 111000 | 110100 |
Color Harmonies of #C9433F
Complementary color
Monochromatic Colors of #C9433F
Black with #C9433F
Text Example
Text Example
White with #C9433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9433F; }
p { color: rgb(201,67,63); }
H1.HeaderClassName
{
color: #C9433F;
}
.AnyTagClassName
{
color: #C9433F;
}
</style>
background-color css
<style>
a { background-color: #C9433F; }
a { background-color: rgb(201,67,63); }
div.DivClassName
{
background-color: #C9433F;
}
.BgClassName
{
background-color: #C9433F;
}
</style>
border-color css
<style>
span { border-color: #C9433F; }
span { border-color: rgb(201,67,63); }
td.TdClassName
{
border-color: #C9433F;
}
.TagClassName
{
border-color: #C9433F;
}
</style>