Shades of Trinidad #CA4E29
Tints of Trinidad #CA4E29
RGB
CMYK
RGB Variations
Color information
#CA4E29 (or 0xCA4E29) is known color: Trinidad. HEX triplet: CA, 4E and 29. RGB value is (202,78,41). Sum of RGB (Red+Green+Blue) = 202+78+41=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4E29 is #35B1D6. Grayscale: #6F6F6F. Windows color (decimal): -3518935 or 2707146. OLE color: 2707146.
HSL color Cylindrical-coordinate representation of color #CA4E29: hue angle of 13.79º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA4E29 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 78 | 41 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.21 |
| HSL | 13.79º | 0.66% | 0.48% | - |
| HSV(B) | 13.79º | 0.8% | 0.79% | - |
| XYZ | 27.48 | 18.17 | 4.16 | - |
| YUV | 110.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 41 | 0 | 0.61 | 0.80 | 0.21 | 13.79 | 0.66 | 0.48 |
| Hex | CA | 4E | 29 | 0 | 3D | 50 | 15 | E | 42 | 30 |
| Octal | 312 | 116 | 51 | 0 | 75 | 120 | 25 | 16 | 102 | 60 |
| Binary | 11001010 | 1001110 | 101001 | 0 | 111101 | 1010000 | 10101 | 1110 | 1000010 | 110000 |
Color Harmonies of #CA4E29
Complementary color
Monochromatic Colors of #CA4E29
Black with #CA4E29
Text Example
Text Example
White with #CA4E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4E29; }
p { color: rgb(202,78,41); }
H1.HeaderClassName
{
color: #CA4E29;
}
.AnyTagClassName
{
color: #CA4E29;
}
</style>
background-color css
<style>
a { background-color: #CA4E29; }
a { background-color: rgb(202,78,41); }
div.DivClassName
{
background-color: #CA4E29;
}
.BgClassName
{
background-color: #CA4E29;
}
</style>
border-color css
<style>
span { border-color: #CA4E29; }
span { border-color: rgb(202,78,41); }
td.TdClassName
{
border-color: #CA4E29;
}
.TagClassName
{
border-color: #CA4E29;
}
</style>