Shades of Trinidad #CD4736
Tints of Trinidad #CD4736
RGB
CMYK
RGB Variations
Color information
#CD4736 (or 0xCD4736) is known color: Trinidad. HEX triplet: CD, 47 and 36. RGB value is (205,71,54). Sum of RGB (Red+Green+Blue) = 205+71+54=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4736 is #32B8C9. Grayscale: #6D6D6D. Windows color (decimal): -3324106 or 3557325. OLE color: 3557325.
HSL color Cylindrical-coordinate representation of color #CD4736: hue angle of 6.75º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD4736 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 71 | 54 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.20 |
| HSL | 6.75º | 0.6% | 0.51% | - |
| HSV(B) | 6.75º | 0.74% | 0.8% | - |
| XYZ | 28.1 | 17.75 | 5.44 | - |
| YUV | 109.13 | 96.89 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 71 | 54 | 0 | 0.65 | 0.74 | 0.20 | 6.75 | 0.6 | 0.51 |
| Hex | CD | 47 | 36 | 0 | 41 | 4A | 14 | 7 | 3C | 33 |
| Octal | 315 | 107 | 66 | 0 | 101 | 112 | 24 | 7 | 74 | 63 |
| Binary | 11001101 | 1000111 | 110110 | 0 | 1000001 | 1001010 | 10100 | 111 | 111100 | 110011 |
Color Harmonies of #CD4736
Complementary color
Monochromatic Colors of #CD4736
Black with #CD4736
Text Example
Text Example
White with #CD4736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4736; }
p { color: rgb(205,71,54); }
H1.HeaderClassName
{
color: #CD4736;
}
.AnyTagClassName
{
color: #CD4736;
}
</style>
background-color css
<style>
a { background-color: #CD4736; }
a { background-color: rgb(205,71,54); }
div.DivClassName
{
background-color: #CD4736;
}
.BgClassName
{
background-color: #CD4736;
}
</style>
border-color css
<style>
span { border-color: #CD4736; }
span { border-color: rgb(205,71,54); }
td.TdClassName
{
border-color: #CD4736;
}
.TagClassName
{
border-color: #CD4736;
}
</style>