Shades of Trinidad #CA422C
Tints of Trinidad #CA422C
RGB
CMYK
RGB Variations
Color information
#CA422C (or 0xCA422C) is known color: Trinidad. HEX triplet: CA, 42 and 2C. RGB value is (202,66,44). Sum of RGB (Red+Green+Blue) = 202+66+44=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA422C is #35BDD3. Grayscale: #686868. Windows color (decimal): -3522004 or 2900682. OLE color: 2900682.
HSL color Cylindrical-coordinate representation of color #CA422C: hue angle of 8.35º 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 #CA422C is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 44 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.21 |
| HSL | 8.35º | 0.64% | 0.48% | - |
| HSV(B) | 8.35º | 0.78% | 0.79% | - |
| XYZ | 26.76 | 16.63 | 4.18 | - |
| YUV | 104.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 44 | 0 | 0.67 | 0.78 | 0.21 | 8.35 | 0.64 | 0.48 |
| Hex | CA | 42 | 2C | 0 | 43 | 4E | 15 | 8 | 40 | 30 |
| Octal | 312 | 102 | 54 | 0 | 103 | 116 | 25 | 10 | 100 | 60 |
| Binary | 11001010 | 1000010 | 101100 | 0 | 1000011 | 1001110 | 10101 | 1000 | 1000000 | 110000 |
Color Harmonies of #CA422C
Complementary color
Monochromatic Colors of #CA422C
Black with #CA422C
Text Example
Text Example
White with #CA422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA422C; }
p { color: rgb(202,66,44); }
H1.HeaderClassName
{
color: #CA422C;
}
.AnyTagClassName
{
color: #CA422C;
}
</style>
background-color css
<style>
a { background-color: #CA422C; }
a { background-color: rgb(202,66,44); }
div.DivClassName
{
background-color: #CA422C;
}
.BgClassName
{
background-color: #CA422C;
}
</style>
border-color css
<style>
span { border-color: #CA422C; }
span { border-color: rgb(202,66,44); }
td.TdClassName
{
border-color: #CA422C;
}
.TagClassName
{
border-color: #CA422C;
}
</style>