Shades of Trinidad #CD4432
Tints of Trinidad #CD4432
RGB
CMYK
RGB Variations
Color information
#CD4432 (or 0xCD4432) is known color: Trinidad. HEX triplet: CD, 44 and 32. RGB value is (205,68,50). Sum of RGB (Red+Green+Blue) = 205+68+50=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4432 is #32BBCD. Grayscale: #6B6B6B. Windows color (decimal): -3324878 or 3294413. OLE color: 3294413.
HSL color Cylindrical-coordinate representation of color #CD4432: hue angle of 6.97º 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 #CD4432 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 50 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.20 |
| HSL | 6.97º | 0.61% | 0.5% | - |
| HSV(B) | 6.97º | 0.76% | 0.8% | - |
| XYZ | 27.82 | 17.34 | 4.9 | - |
| YUV | 106.91 | 95.89 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 50 | 0 | 0.67 | 0.76 | 0.20 | 6.97 | 0.61 | 0.5 |
| Hex | CD | 44 | 32 | 0 | 43 | 4C | 14 | 7 | 3D | 32 |
| Octal | 315 | 104 | 62 | 0 | 103 | 114 | 24 | 7 | 75 | 62 |
| Binary | 11001101 | 1000100 | 110010 | 0 | 1000011 | 1001100 | 10100 | 111 | 111101 | 110010 |
Color Harmonies of #CD4432
Complementary color
Monochromatic Colors of #CD4432
Black with #CD4432
Text Example
Text Example
White with #CD4432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4432; }
p { color: rgb(205,68,50); }
H1.HeaderClassName
{
color: #CD4432;
}
.AnyTagClassName
{
color: #CD4432;
}
</style>
background-color css
<style>
a { background-color: #CD4432; }
a { background-color: rgb(205,68,50); }
div.DivClassName
{
background-color: #CD4432;
}
.BgClassName
{
background-color: #CD4432;
}
</style>
border-color css
<style>
span { border-color: #CD4432; }
span { border-color: rgb(205,68,50); }
td.TdClassName
{
border-color: #CD4432;
}
.TagClassName
{
border-color: #CD4432;
}
</style>