Shades of Trinidad #CD4631
Tints of Trinidad #CD4631
RGB
CMYK
RGB Variations
Color information
#CD4631 (or 0xCD4631) is known color: Trinidad. HEX triplet: CD, 46 and 31. RGB value is (205,70,49). Sum of RGB (Red+Green+Blue) = 205+70+49=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4631 is #32B9CE. Grayscale: #6C6C6C. Windows color (decimal): -3324367 or 3229389. OLE color: 3229389.
HSL color Cylindrical-coordinate representation of color #CD4631: hue angle of 8.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD4631 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 49 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.20 |
| HSL | 8.08º | 0.61% | 0.5% | - |
| HSV(B) | 8.08º | 0.76% | 0.8% | - |
| XYZ | 27.92 | 17.58 | 4.83 | - |
| YUV | 107.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 49 | 0 | 0.66 | 0.76 | 0.20 | 8.08 | 0.61 | 0.5 |
| Hex | CD | 46 | 31 | 0 | 42 | 4C | 14 | 8 | 3D | 32 |
| Octal | 315 | 106 | 61 | 0 | 102 | 114 | 24 | 10 | 75 | 62 |
| Binary | 11001101 | 1000110 | 110001 | 0 | 1000010 | 1001100 | 10100 | 1000 | 111101 | 110010 |
Color Harmonies of #CD4631
Complementary color
Monochromatic Colors of #CD4631
Black with #CD4631
Text Example
Text Example
White with #CD4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4631; }
p { color: rgb(205,70,49); }
H1.HeaderClassName
{
color: #CD4631;
}
.AnyTagClassName
{
color: #CD4631;
}
</style>
background-color css
<style>
a { background-color: #CD4631; }
a { background-color: rgb(205,70,49); }
div.DivClassName
{
background-color: #CD4631;
}
.BgClassName
{
background-color: #CD4631;
}
</style>
border-color css
<style>
span { border-color: #CD4631; }
span { border-color: rgb(205,70,49); }
td.TdClassName
{
border-color: #CD4631;
}
.TagClassName
{
border-color: #CD4631;
}
</style>