Shades of Trinidad #CC432D
Tints of Trinidad #CC432D
RGB
CMYK
RGB Variations
Color information
#CC432D (or 0xCC432D) is known color: Trinidad. HEX triplet: CC, 43 and 2D. RGB value is (204,67,45). Sum of RGB (Red+Green+Blue) = 204+67+45=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC432D is #33BCD2. Grayscale: #696969. Windows color (decimal): -3390675 or 2966476. OLE color: 2966476.
HSL color Cylindrical-coordinate representation of color #CC432D: hue angle of 8.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC432D is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 45 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.2 |
| HSL | 8.3º | 0.64% | 0.49% | - |
| HSV(B) | 8.3º | 0.78% | 0.8% | - |
| XYZ | 27.38 | 17.04 | 4.33 | - |
| YUV | 105.46 | 93.89 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 45 | 0 | 0.67 | 0.78 | 0.2 | 8.3 | 0.64 | 0.49 |
| Hex | CC | 43 | 2D | 0 | 43 | 4E | 14 | 8 | 40 | 31 |
| Octal | 314 | 103 | 55 | 0 | 103 | 116 | 24 | 10 | 100 | 61 |
| Binary | 11001100 | 1000011 | 101101 | 0 | 1000011 | 1001110 | 10100 | 1000 | 1000000 | 110001 |
Color Harmonies of #CC432D
Complementary color
Monochromatic Colors of #CC432D
Black with #CC432D
Text Example
Text Example
White with #CC432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC432D; }
p { color: rgb(204,67,45); }
H1.HeaderClassName
{
color: #CC432D;
}
.AnyTagClassName
{
color: #CC432D;
}
</style>
background-color css
<style>
a { background-color: #CC432D; }
a { background-color: rgb(204,67,45); }
div.DivClassName
{
background-color: #CC432D;
}
.BgClassName
{
background-color: #CC432D;
}
</style>
border-color css
<style>
span { border-color: #CC432D; }
span { border-color: rgb(204,67,45); }
td.TdClassName
{
border-color: #CC432D;
}
.TagClassName
{
border-color: #CC432D;
}
</style>