Shades of Trinidad #CA432D
Tints of Trinidad #CA432D
RGB
CMYK
RGB Variations
Color information
#CA432D (or 0xCA432D) is known color: Trinidad. HEX triplet: CA, 43 and 2D. RGB value is (202,67,45). Sum of RGB (Red+Green+Blue) = 202+67+45=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA432D is #35BCD2. Grayscale: #696969. Windows color (decimal): -3521747 or 2966474. OLE color: 2966474.
HSL color Cylindrical-coordinate representation of color #CA432D: hue angle of 8.41º 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 #CA432D is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 45 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.21 |
| HSL | 8.41º | 0.64% | 0.48% | - |
| HSV(B) | 8.41º | 0.78% | 0.79% | - |
| XYZ | 26.84 | 16.76 | 4.3 | - |
| YUV | 104.86 | 94.23 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 45 | 0 | 0.67 | 0.78 | 0.21 | 8.41 | 0.64 | 0.48 |
| Hex | CA | 43 | 2D | 0 | 43 | 4E | 15 | 8 | 40 | 30 |
| Octal | 312 | 103 | 55 | 0 | 103 | 116 | 25 | 10 | 100 | 60 |
| Binary | 11001010 | 1000011 | 101101 | 0 | 1000011 | 1001110 | 10101 | 1000 | 1000000 | 110000 |
Color Harmonies of #CA432D
Complementary color
Monochromatic Colors of #CA432D
Black with #CA432D
Text Example
Text Example
White with #CA432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA432D; }
p { color: rgb(202,67,45); }
H1.HeaderClassName
{
color: #CA432D;
}
.AnyTagClassName
{
color: #CA432D;
}
</style>
background-color css
<style>
a { background-color: #CA432D; }
a { background-color: rgb(202,67,45); }
div.DivClassName
{
background-color: #CA432D;
}
.BgClassName
{
background-color: #CA432D;
}
</style>
border-color css
<style>
span { border-color: #CA432D; }
span { border-color: rgb(202,67,45); }
td.TdClassName
{
border-color: #CA432D;
}
.TagClassName
{
border-color: #CA432D;
}
</style>