Shades of Trinidad #CA4226
Tints of Trinidad #CA4226
RGB
CMYK
RGB Variations
Color information
#CA4226 (or 0xCA4226) is known color: Trinidad. HEX triplet: CA, 42 and 26. RGB value is (202,66,38). Sum of RGB (Red+Green+Blue) = 202+66+38=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4226 is #35BDD9. Grayscale: #676767. Windows color (decimal): -3522010 or 2507466. OLE color: 2507466.
HSL color Cylindrical-coordinate representation of color #CA4226: hue angle of 10.24º 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 #CA4226 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 38 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.21 |
| HSL | 10.24º | 0.68% | 0.47% | - |
| HSV(B) | 10.24º | 0.81% | 0.79% | - |
| XYZ | 26.66 | 16.59 | 3.63 | - |
| YUV | 103.47 | 91.06 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 38 | 0 | 0.67 | 0.81 | 0.21 | 10.24 | 0.68 | 0.47 |
| Hex | CA | 42 | 26 | 0 | 43 | 51 | 15 | A | 44 | 2F |
| Octal | 312 | 102 | 46 | 0 | 103 | 121 | 25 | 12 | 104 | 57 |
| Binary | 11001010 | 1000010 | 100110 | 0 | 1000011 | 1010001 | 10101 | 1010 | 1000100 | 101111 |
Color Harmonies of #CA4226
Complementary color
Monochromatic Colors of #CA4226
Black with #CA4226
Text Example
Text Example
White with #CA4226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4226; }
p { color: rgb(202,66,38); }
H1.HeaderClassName
{
color: #CA4226;
}
.AnyTagClassName
{
color: #CA4226;
}
</style>
background-color css
<style>
a { background-color: #CA4226; }
a { background-color: rgb(202,66,38); }
div.DivClassName
{
background-color: #CA4226;
}
.BgClassName
{
background-color: #CA4226;
}
</style>
border-color css
<style>
span { border-color: #CA4226; }
span { border-color: rgb(202,66,38); }
td.TdClassName
{
border-color: #CA4226;
}
.TagClassName
{
border-color: #CA4226;
}
</style>