Shades of Trinidad #CA4227
Tints of Trinidad #CA4227
RGB
CMYK
RGB Variations
Color information
#CA4227 (or 0xCA4227) is known color: Trinidad. HEX triplet: CA, 42 and 27. RGB value is (202,66,39). Sum of RGB (Red+Green+Blue) = 202+66+39=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4227 is #35BDD8. Grayscale: #676767. Windows color (decimal): -3522009 or 2573002. OLE color: 2573002.
HSL color Cylindrical-coordinate representation of color #CA4227: hue angle of 9.94º 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 #CA4227 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 39 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.21 |
| HSL | 9.94º | 0.68% | 0.47% | - |
| HSV(B) | 9.94º | 0.81% | 0.79% | - |
| XYZ | 26.67 | 16.6 | 3.72 | - |
| YUV | 103.59 | 91.56 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 39 | 0 | 0.67 | 0.81 | 0.21 | 9.94 | 0.68 | 0.47 |
| Hex | CA | 42 | 27 | 0 | 43 | 51 | 15 | A | 44 | 2F |
| Octal | 312 | 102 | 47 | 0 | 103 | 121 | 25 | 12 | 104 | 57 |
| Binary | 11001010 | 1000010 | 100111 | 0 | 1000011 | 1010001 | 10101 | 1010 | 1000100 | 101111 |
Color Harmonies of #CA4227
Complementary color
Monochromatic Colors of #CA4227
Black with #CA4227
Text Example
Text Example
White with #CA4227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4227; }
p { color: rgb(202,66,39); }
H1.HeaderClassName
{
color: #CA4227;
}
.AnyTagClassName
{
color: #CA4227;
}
</style>
background-color css
<style>
a { background-color: #CA4227; }
a { background-color: rgb(202,66,39); }
div.DivClassName
{
background-color: #CA4227;
}
.BgClassName
{
background-color: #CA4227;
}
</style>
border-color css
<style>
span { border-color: #CA4227; }
span { border-color: rgb(202,66,39); }
td.TdClassName
{
border-color: #CA4227;
}
.TagClassName
{
border-color: #CA4227;
}
</style>