Shades of Trinidad #C84D2D
Tints of Trinidad #C84D2D
RGB
CMYK
RGB Variations
Color information
#C84D2D (or 0xC84D2D) is known color: Trinidad. HEX triplet: C8, 4D and 2D. RGB value is (200,77,45). Sum of RGB (Red+Green+Blue) = 200+77+45=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84D2D is #37B2D2. Grayscale: #6E6E6E. Windows color (decimal): -3650259 or 2969032. OLE color: 2969032.
HSL color Cylindrical-coordinate representation of color #C84D2D: hue angle of 12.39º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C84D2D is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 45 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.22 |
| HSL | 12.39º | 0.63% | 0.48% | - |
| HSV(B) | 12.39º | 0.78% | 0.78% | - |
| XYZ | 26.95 | 17.78 | 4.49 | - |
| YUV | 110.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 45 | 0 | 0.62 | 0.78 | 0.22 | 12.39 | 0.63 | 0.48 |
| Hex | C8 | 4D | 2D | 0 | 3E | 4E | 16 | C | 3F | 30 |
| Octal | 310 | 115 | 55 | 0 | 76 | 116 | 26 | 14 | 77 | 60 |
| Binary | 11001000 | 1001101 | 101101 | 0 | 111110 | 1001110 | 10110 | 1100 | 111111 | 110000 |
Color Harmonies of #C84D2D
Complementary color
Monochromatic Colors of #C84D2D
Black with #C84D2D
Text Example
Text Example
White with #C84D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D2D; }
p { color: rgb(200,77,45); }
H1.HeaderClassName
{
color: #C84D2D;
}
.AnyTagClassName
{
color: #C84D2D;
}
</style>
background-color css
<style>
a { background-color: #C84D2D; }
a { background-color: rgb(200,77,45); }
div.DivClassName
{
background-color: #C84D2D;
}
.BgClassName
{
background-color: #C84D2D;
}
</style>
border-color css
<style>
span { border-color: #C84D2D; }
span { border-color: rgb(200,77,45); }
td.TdClassName
{
border-color: #C84D2D;
}
.TagClassName
{
border-color: #C84D2D;
}
</style>