Shades of Trinidad #CD4C21
Tints of Trinidad #CD4C21
RGB
CMYK
RGB Variations
Color information
#CD4C21 (or 0xCD4C21) is known color: Trinidad. HEX triplet: CD, 4C and 21. RGB value is (205,76,33). Sum of RGB (Red+Green+Blue) = 205+76+33=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4C21 is #32B3DE. Grayscale: #6D6D6D. Windows color (decimal): -3322847 or 2182349. OLE color: 2182349.
HSL color Cylindrical-coordinate representation of color #CD4C21: hue angle of 15º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD4C21 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 76 | 33 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.20 |
| HSL | 15º | 0.72% | 0.47% | - |
| HSV(B) | 15º | 0.84% | 0.8% | - |
| XYZ | 28.04 | 18.26 | 3.49 | - |
| YUV | 109.67 | 84.74 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 33 | 0 | 0.63 | 0.84 | 0.20 | 15 | 0.72 | 0.47 |
| Hex | CD | 4C | 21 | 0 | 3F | 54 | 14 | F | 48 | 2F |
| Octal | 315 | 114 | 41 | 0 | 77 | 124 | 24 | 17 | 110 | 57 |
| Binary | 11001101 | 1001100 | 100001 | 0 | 111111 | 1010100 | 10100 | 1111 | 1001000 | 101111 |
Color Harmonies of #CD4C21
Complementary color
Monochromatic Colors of #CD4C21
Black with #CD4C21
Text Example
Text Example
White with #CD4C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4C21; }
p { color: rgb(205,76,33); }
H1.HeaderClassName
{
color: #CD4C21;
}
.AnyTagClassName
{
color: #CD4C21;
}
</style>
background-color css
<style>
a { background-color: #CD4C21; }
a { background-color: rgb(205,76,33); }
div.DivClassName
{
background-color: #CD4C21;
}
.BgClassName
{
background-color: #CD4C21;
}
</style>
border-color css
<style>
span { border-color: #CD4C21; }
span { border-color: rgb(205,76,33); }
td.TdClassName
{
border-color: #CD4C21;
}
.TagClassName
{
border-color: #CD4C21;
}
</style>