Shades of Trinidad #CA4A35
Tints of Trinidad #CA4A35
RGB
CMYK
RGB Variations
Color information
#CA4A35 (or 0xCA4A35) is known color: Trinidad. HEX triplet: CA, 4A and 35. RGB value is (202,74,53). Sum of RGB (Red+Green+Blue) = 202+74+53=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4A35 is #35B5CA. Grayscale: #6E6E6E. Windows color (decimal): -3519947 or 3492554. OLE color: 3492554.
HSL color Cylindrical-coordinate representation of color #CA4A35: hue angle of 8.46º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA4A35 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 53 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.21 |
| HSL | 8.46º | 0.58% | 0.5% | - |
| HSV(B) | 8.46º | 0.74% | 0.79% | - |
| XYZ | 27.45 | 17.71 | 5.34 | - |
| YUV | 109.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 53 | 0 | 0.63 | 0.74 | 0.21 | 8.46 | 0.58 | 0.5 |
| Hex | CA | 4A | 35 | 0 | 3F | 4A | 15 | 8 | 3A | 32 |
| Octal | 312 | 112 | 65 | 0 | 77 | 112 | 25 | 10 | 72 | 62 |
| Binary | 11001010 | 1001010 | 110101 | 0 | 111111 | 1001010 | 10101 | 1000 | 111010 | 110010 |
Color Harmonies of #CA4A35
Complementary color
Monochromatic Colors of #CA4A35
Black with #CA4A35
Text Example
Text Example
White with #CA4A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A35; }
p { color: rgb(202,74,53); }
H1.HeaderClassName
{
color: #CA4A35;
}
.AnyTagClassName
{
color: #CA4A35;
}
</style>
background-color css
<style>
a { background-color: #CA4A35; }
a { background-color: rgb(202,74,53); }
div.DivClassName
{
background-color: #CA4A35;
}
.BgClassName
{
background-color: #CA4A35;
}
</style>
border-color css
<style>
span { border-color: #CA4A35; }
span { border-color: rgb(202,74,53); }
td.TdClassName
{
border-color: #CA4A35;
}
.TagClassName
{
border-color: #CA4A35;
}
</style>