Shades of Trinidad #CD4C31
Tints of Trinidad #CD4C31
RGB
CMYK
RGB Variations
Color information
#CD4C31 (or 0xCD4C31) is known color: Trinidad. HEX triplet: CD, 4C and 31. RGB value is (205,76,49). Sum of RGB (Red+Green+Blue) = 205+76+49=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4C31 is #32B3CE. Grayscale: #6F6F6F. Windows color (decimal): -3322831 or 3230925. OLE color: 3230925.
HSL color Cylindrical-coordinate representation of color #CD4C31: hue angle of 10.38º 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 #CD4C31 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 76 | 49 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.20 |
| HSL | 10.38º | 0.61% | 0.5% | - |
| HSV(B) | 10.38º | 0.76% | 0.8% | - |
| XYZ | 28.32 | 18.37 | 4.96 | - |
| YUV | 111.49 | 92.74 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 49 | 0 | 0.63 | 0.76 | 0.20 | 10.38 | 0.61 | 0.5 |
| Hex | CD | 4C | 31 | 0 | 3F | 4C | 14 | A | 3D | 32 |
| Octal | 315 | 114 | 61 | 0 | 77 | 114 | 24 | 12 | 75 | 62 |
| Binary | 11001101 | 1001100 | 110001 | 0 | 111111 | 1001100 | 10100 | 1010 | 111101 | 110010 |
Color Harmonies of #CD4C31
Complementary color
Monochromatic Colors of #CD4C31
Black with #CD4C31
Text Example
Text Example
White with #CD4C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4C31; }
p { color: rgb(205,76,49); }
H1.HeaderClassName
{
color: #CD4C31;
}
.AnyTagClassName
{
color: #CD4C31;
}
</style>
background-color css
<style>
a { background-color: #CD4C31; }
a { background-color: rgb(205,76,49); }
div.DivClassName
{
background-color: #CD4C31;
}
.BgClassName
{
background-color: #CD4C31;
}
</style>
border-color css
<style>
span { border-color: #CD4C31; }
span { border-color: rgb(205,76,49); }
td.TdClassName
{
border-color: #CD4C31;
}
.TagClassName
{
border-color: #CD4C31;
}
</style>