Shades of Trinidad #CA512D
Tints of Trinidad #CA512D
RGB
CMYK
RGB Variations
Color information
#CA512D (or 0xCA512D) is known color: Trinidad. HEX triplet: CA, 51 and 2D. RGB value is (202,81,45). Sum of RGB (Red+Green+Blue) = 202+81+45=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA512D is #35AED2. Grayscale: #717171. Windows color (decimal): -3518163 or 2970058. OLE color: 2970058.
HSL color Cylindrical-coordinate representation of color #CA512D: hue angle of 13.76º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA512D is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 45 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.21 |
| HSL | 13.76º | 0.64% | 0.48% | - |
| HSV(B) | 13.76º | 0.78% | 0.79% | - |
| XYZ | 27.77 | 18.63 | 4.61 | - |
| YUV | 113.08 | 89.59 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 45 | 0 | 0.60 | 0.78 | 0.21 | 13.76 | 0.64 | 0.48 |
| Hex | CA | 51 | 2D | 0 | 3C | 4E | 15 | E | 40 | 30 |
| Octal | 312 | 121 | 55 | 0 | 74 | 116 | 25 | 16 | 100 | 60 |
| Binary | 11001010 | 1010001 | 101101 | 0 | 111100 | 1001110 | 10101 | 1110 | 1000000 | 110000 |
Color Harmonies of #CA512D
Complementary color
Monochromatic Colors of #CA512D
Black with #CA512D
Text Example
Text Example
White with #CA512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA512D; }
p { color: rgb(202,81,45); }
H1.HeaderClassName
{
color: #CA512D;
}
.AnyTagClassName
{
color: #CA512D;
}
</style>
background-color css
<style>
a { background-color: #CA512D; }
a { background-color: rgb(202,81,45); }
div.DivClassName
{
background-color: #CA512D;
}
.BgClassName
{
background-color: #CA512D;
}
</style>
border-color css
<style>
span { border-color: #CA512D; }
span { border-color: rgb(202,81,45); }
td.TdClassName
{
border-color: #CA512D;
}
.TagClassName
{
border-color: #CA512D;
}
</style>