Shades of Trinidad #CA4823
Tints of Trinidad #CA4823
RGB
CMYK
RGB Variations
Color information
#CA4823 (or 0xCA4823) is known color: Trinidad. HEX triplet: CA, 48 and 23. RGB value is (202,72,35). Sum of RGB (Red+Green+Blue) = 202+72+35=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4823 is #35B7DC. Grayscale: #6A6A6A. Windows color (decimal): -3520477 or 2312394. OLE color: 2312394.
HSL color Cylindrical-coordinate representation of color #CA4823: hue angle of 13.29º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA4823 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 35 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.21 |
| HSL | 13.29º | 0.7% | 0.46% | - |
| HSV(B) | 13.29º | 0.83% | 0.79% | - |
| XYZ | 26.98 | 17.31 | 3.51 | - |
| YUV | 106.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 35 | 0 | 0.64 | 0.83 | 0.21 | 13.29 | 0.7 | 0.46 |
| Hex | CA | 48 | 23 | 0 | 40 | 53 | 15 | D | 46 | 2E |
| Octal | 312 | 110 | 43 | 0 | 100 | 123 | 25 | 15 | 106 | 56 |
| Binary | 11001010 | 1001000 | 100011 | 0 | 1000000 | 1010011 | 10101 | 1101 | 1000110 | 101110 |
Color Harmonies of #CA4823
Complementary color
Monochromatic Colors of #CA4823
Black with #CA4823
Text Example
Text Example
White with #CA4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4823; }
p { color: rgb(202,72,35); }
H1.HeaderClassName
{
color: #CA4823;
}
.AnyTagClassName
{
color: #CA4823;
}
</style>
background-color css
<style>
a { background-color: #CA4823; }
a { background-color: rgb(202,72,35); }
div.DivClassName
{
background-color: #CA4823;
}
.BgClassName
{
background-color: #CA4823;
}
</style>
border-color css
<style>
span { border-color: #CA4823; }
span { border-color: rgb(202,72,35); }
td.TdClassName
{
border-color: #CA4823;
}
.TagClassName
{
border-color: #CA4823;
}
</style>