Shades of Trinidad #C94D1D
Tints of Trinidad #C94D1D
RGB
CMYK
RGB Variations
Color information
#C94D1D (or 0xC94D1D) is known color: Trinidad. HEX triplet: C9, 4D and 1D. RGB value is (201,77,29). Sum of RGB (Red+Green+Blue) = 201+77+29=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D1D is #36B2E2. Grayscale: #6C6C6C. Windows color (decimal): -3584739 or 1920457. OLE color: 1920457.
HSL color Cylindrical-coordinate representation of color #C94D1D: hue angle of 16.74º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C94D1D is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 29 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.21 |
| HSL | 16.74º | 0.75% | 0.45% | - |
| HSV(B) | 16.74º | 0.86% | 0.79% | - |
| XYZ | 26.96 | 17.81 | 3.18 | - |
| YUV | 108.6 | 83.08 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 29 | 0 | 0.62 | 0.86 | 0.21 | 16.74 | 0.75 | 0.45 |
| Hex | C9 | 4D | 1D | 0 | 3E | 56 | 15 | 11 | 4B | 2D |
| Octal | 311 | 115 | 35 | 0 | 76 | 126 | 25 | 21 | 113 | 55 |
| Binary | 11001001 | 1001101 | 11101 | 0 | 111110 | 1010110 | 10101 | 10001 | 1001011 | 101101 |
Color Harmonies of #C94D1D
Complementary color
Monochromatic Colors of #C94D1D
Black with #C94D1D
Text Example
Text Example
White with #C94D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D1D; }
p { color: rgb(201,77,29); }
H1.HeaderClassName
{
color: #C94D1D;
}
.AnyTagClassName
{
color: #C94D1D;
}
</style>
background-color css
<style>
a { background-color: #C94D1D; }
a { background-color: rgb(201,77,29); }
div.DivClassName
{
background-color: #C94D1D;
}
.BgClassName
{
background-color: #C94D1D;
}
</style>
border-color css
<style>
span { border-color: #C94D1D; }
span { border-color: rgb(201,77,29); }
td.TdClassName
{
border-color: #C94D1D;
}
.TagClassName
{
border-color: #C94D1D;
}
</style>