Shades of Trinidad #CA4D39
Tints of Trinidad #CA4D39
RGB
CMYK
RGB Variations
Color information
#CA4D39 (or 0xCA4D39) is known color: Trinidad. HEX triplet: CA, 4D and 39. RGB value is (202,77,57). Sum of RGB (Red+Green+Blue) = 202+77+57=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D39 is #35B2C6. Grayscale: #707070. Windows color (decimal): -3519175 or 3755466. OLE color: 3755466.
HSL color Cylindrical-coordinate representation of color #CA4D39: hue angle of 8.28º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA4D39 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 57 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.21 |
| HSL | 8.28º | 0.58% | 0.51% | - |
| HSV(B) | 8.28º | 0.72% | 0.79% | - |
| XYZ | 27.75 | 18.16 | 5.91 | - |
| YUV | 112.1 | 96.91 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 57 | 0 | 0.62 | 0.72 | 0.21 | 8.28 | 0.58 | 0.51 |
| Hex | CA | 4D | 39 | 0 | 3E | 48 | 15 | 8 | 3A | 33 |
| Octal | 312 | 115 | 71 | 0 | 76 | 110 | 25 | 10 | 72 | 63 |
| Binary | 11001010 | 1001101 | 111001 | 0 | 111110 | 1001000 | 10101 | 1000 | 111010 | 110011 |
Color Harmonies of #CA4D39
Complementary color
Monochromatic Colors of #CA4D39
Black with #CA4D39
Text Example
Text Example
White with #CA4D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D39; }
p { color: rgb(202,77,57); }
H1.HeaderClassName
{
color: #CA4D39;
}
.AnyTagClassName
{
color: #CA4D39;
}
</style>
background-color css
<style>
a { background-color: #CA4D39; }
a { background-color: rgb(202,77,57); }
div.DivClassName
{
background-color: #CA4D39;
}
.BgClassName
{
background-color: #CA4D39;
}
</style>
border-color css
<style>
span { border-color: #CA4D39; }
span { border-color: rgb(202,77,57); }
td.TdClassName
{
border-color: #CA4D39;
}
.TagClassName
{
border-color: #CA4D39;
}
</style>