Shades of Trinidad #C24D28
Tints of Trinidad #C24D28
RGB
CMYK
RGB Variations
Color information
#C24D28 (or 0xC24D28) is known color: Trinidad. HEX triplet: C2, 4D and 28. RGB value is (194,77,40). Sum of RGB (Red+Green+Blue) = 194+77+40=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D28 is #3DB2D7. Grayscale: #6C6C6C. Windows color (decimal): -4043480 or 2641346. OLE color: 2641346.
HSL color Cylindrical-coordinate representation of color #C24D28: hue angle of 14.42º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C24D28 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 40 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.24 |
| HSL | 14.42º | 0.66% | 0.46% | - |
| HSV(B) | 14.42º | 0.79% | 0.76% | - |
| XYZ | 25.29 | 16.93 | 3.94 | - |
| YUV | 107.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 40 | 0 | 0.60 | 0.79 | 0.24 | 14.42 | 0.66 | 0.46 |
| Hex | C2 | 4D | 28 | 0 | 3C | 4F | 18 | E | 42 | 2E |
| Octal | 302 | 115 | 50 | 0 | 74 | 117 | 30 | 16 | 102 | 56 |
| Binary | 11000010 | 1001101 | 101000 | 0 | 111100 | 1001111 | 11000 | 1110 | 1000010 | 101110 |
Color Harmonies of #C24D28
Complementary color
Monochromatic Colors of #C24D28
Black with #C24D28
Text Example
Text Example
White with #C24D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D28; }
p { color: rgb(194,77,40); }
H1.HeaderClassName
{
color: #C24D28;
}
.AnyTagClassName
{
color: #C24D28;
}
</style>
background-color css
<style>
a { background-color: #C24D28; }
a { background-color: rgb(194,77,40); }
div.DivClassName
{
background-color: #C24D28;
}
.BgClassName
{
background-color: #C24D28;
}
</style>
border-color css
<style>
span { border-color: #C24D28; }
span { border-color: rgb(194,77,40); }
td.TdClassName
{
border-color: #C24D28;
}
.TagClassName
{
border-color: #C24D28;
}
</style>