Shades of Trinidad #C9432B
Tints of Trinidad #C9432B
RGB
CMYK
RGB Variations
Color information
#C9432B (or 0xC9432B) is known color: Trinidad. HEX triplet: C9, 43 and 2B. RGB value is (201,67,43). Sum of RGB (Red+Green+Blue) = 201+67+43=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9432B is #36BCD4. Grayscale: #686868. Windows color (decimal): -3587285 or 2835401. OLE color: 2835401.
HSL color Cylindrical-coordinate representation of color #C9432B: hue angle of 9.11º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9432B is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 43 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.21 |
| HSL | 9.11º | 0.65% | 0.48% | - |
| HSV(B) | 9.11º | 0.79% | 0.79% | - |
| XYZ | 26.53 | 16.61 | 4.09 | - |
| YUV | 104.33 | 93.39 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 43 | 0 | 0.67 | 0.79 | 0.21 | 9.11 | 0.65 | 0.48 |
| Hex | C9 | 43 | 2B | 0 | 43 | 4F | 15 | 9 | 41 | 30 |
| Octal | 311 | 103 | 53 | 0 | 103 | 117 | 25 | 11 | 101 | 60 |
| Binary | 11001001 | 1000011 | 101011 | 0 | 1000011 | 1001111 | 10101 | 1001 | 1000001 | 110000 |
Color Harmonies of #C9432B
Complementary color
Monochromatic Colors of #C9432B
Black with #C9432B
Text Example
Text Example
White with #C9432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9432B; }
p { color: rgb(201,67,43); }
H1.HeaderClassName
{
color: #C9432B;
}
.AnyTagClassName
{
color: #C9432B;
}
</style>
background-color css
<style>
a { background-color: #C9432B; }
a { background-color: rgb(201,67,43); }
div.DivClassName
{
background-color: #C9432B;
}
.BgClassName
{
background-color: #C9432B;
}
</style>
border-color css
<style>
span { border-color: #C9432B; }
span { border-color: rgb(201,67,43); }
td.TdClassName
{
border-color: #C9432B;
}
.TagClassName
{
border-color: #C9432B;
}
</style>