Shades of Trinidad #C84A27
Tints of Trinidad #C84A27
RGB
CMYK
RGB Variations
Color information
#C84A27 (or 0xC84A27) is known color: Trinidad. HEX triplet: C8, 4A and 27. RGB value is (200,74,39). Sum of RGB (Red+Green+Blue) = 200+74+39=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A27 is #37B5D8. Grayscale: #6B6B6B. Windows color (decimal): -3651033 or 2575048. OLE color: 2575048.
HSL color Cylindrical-coordinate representation of color #C84A27: hue angle of 13.04º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C84A27 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 39 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.22 |
| HSL | 13.04º | 0.67% | 0.47% | - |
| HSV(B) | 13.04º | 0.81% | 0.78% | - |
| XYZ | 26.63 | 17.32 | 3.86 | - |
| YUV | 107.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 39 | 0 | 0.63 | 0.80 | 0.22 | 13.04 | 0.67 | 0.47 |
| Hex | C8 | 4A | 27 | 0 | 3F | 50 | 16 | D | 43 | 2F |
| Octal | 310 | 112 | 47 | 0 | 77 | 120 | 26 | 15 | 103 | 57 |
| Binary | 11001000 | 1001010 | 100111 | 0 | 111111 | 1010000 | 10110 | 1101 | 1000011 | 101111 |
Color Harmonies of #C84A27
Complementary color
Monochromatic Colors of #C84A27
Black with #C84A27
Text Example
Text Example
White with #C84A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A27; }
p { color: rgb(200,74,39); }
H1.HeaderClassName
{
color: #C84A27;
}
.AnyTagClassName
{
color: #C84A27;
}
</style>
background-color css
<style>
a { background-color: #C84A27; }
a { background-color: rgb(200,74,39); }
div.DivClassName
{
background-color: #C84A27;
}
.BgClassName
{
background-color: #C84A27;
}
</style>
border-color css
<style>
span { border-color: #C84A27; }
span { border-color: rgb(200,74,39); }
td.TdClassName
{
border-color: #C84A27;
}
.TagClassName
{
border-color: #C84A27;
}
</style>