Shades of Trinidad #CA4127
Tints of Trinidad #CA4127
RGB
CMYK
RGB Variations
Color information
#CA4127 (or 0xCA4127) is known color: Trinidad. HEX triplet: CA, 41 and 27. RGB value is (202,65,39). Sum of RGB (Red+Green+Blue) = 202+65+39=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4127 is #35BED8. Grayscale: #676767. Windows color (decimal): -3522265 or 2572746. OLE color: 2572746.
HSL color Cylindrical-coordinate representation of color #CA4127: hue angle of 9.57º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA4127 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 39 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.21 |
| HSL | 9.57º | 0.68% | 0.47% | - |
| HSV(B) | 9.57º | 0.81% | 0.79% | - |
| XYZ | 26.61 | 16.48 | 3.7 | - |
| YUV | 103 | 91.89 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 39 | 0 | 0.68 | 0.81 | 0.21 | 9.57 | 0.68 | 0.47 |
| Hex | CA | 41 | 27 | 0 | 44 | 51 | 15 | A | 44 | 2F |
| Octal | 312 | 101 | 47 | 0 | 104 | 121 | 25 | 12 | 104 | 57 |
| Binary | 11001010 | 1000001 | 100111 | 0 | 1000100 | 1010001 | 10101 | 1010 | 1000100 | 101111 |
Color Harmonies of #CA4127
Complementary color
Monochromatic Colors of #CA4127
Black with #CA4127
Text Example
Text Example
White with #CA4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4127; }
p { color: rgb(202,65,39); }
H1.HeaderClassName
{
color: #CA4127;
}
.AnyTagClassName
{
color: #CA4127;
}
</style>
background-color css
<style>
a { background-color: #CA4127; }
a { background-color: rgb(202,65,39); }
div.DivClassName
{
background-color: #CA4127;
}
.BgClassName
{
background-color: #CA4127;
}
</style>
border-color css
<style>
span { border-color: #CA4127; }
span { border-color: rgb(202,65,39); }
td.TdClassName
{
border-color: #CA4127;
}
.TagClassName
{
border-color: #CA4127;
}
</style>