Shades of Trinidad #CC502D
Tints of Trinidad #CC502D
RGB
CMYK
RGB Variations
Color information
#CC502D (or 0xCC502D) is known color: Trinidad. HEX triplet: CC, 50 and 2D. RGB value is (204,80,45). Sum of RGB (Red+Green+Blue) = 204+80+45=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC502D is #33AFD2. Grayscale: #717171. Windows color (decimal): -3387347 or 2969804. OLE color: 2969804.
HSL color Cylindrical-coordinate representation of color #CC502D: hue angle of 13.21º 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 #CC502D is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 45 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.2 |
| HSL | 13.21º | 0.64% | 0.49% | - |
| HSV(B) | 13.21º | 0.78% | 0.8% | - |
| XYZ | 28.24 | 18.76 | 4.62 | - |
| YUV | 113.09 | 89.58 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 45 | 0 | 0.61 | 0.78 | 0.2 | 13.21 | 0.64 | 0.49 |
| Hex | CC | 50 | 2D | 0 | 3D | 4E | 14 | D | 40 | 31 |
| Octal | 314 | 120 | 55 | 0 | 75 | 116 | 24 | 15 | 100 | 61 |
| Binary | 11001100 | 1010000 | 101101 | 0 | 111101 | 1001110 | 10100 | 1101 | 1000000 | 110001 |
Color Harmonies of #CC502D
Complementary color
Monochromatic Colors of #CC502D
Black with #CC502D
Text Example
Text Example
White with #CC502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC502D; }
p { color: rgb(204,80,45); }
H1.HeaderClassName
{
color: #CC502D;
}
.AnyTagClassName
{
color: #CC502D;
}
</style>
background-color css
<style>
a { background-color: #CC502D; }
a { background-color: rgb(204,80,45); }
div.DivClassName
{
background-color: #CC502D;
}
.BgClassName
{
background-color: #CC502D;
}
</style>
border-color css
<style>
span { border-color: #CC502D; }
span { border-color: rgb(204,80,45); }
td.TdClassName
{
border-color: #CC502D;
}
.TagClassName
{
border-color: #CC502D;
}
</style>