Shades of Trinidad #CD482D
Tints of Trinidad #CD482D
RGB
CMYK
RGB Variations
Color information
#CD482D (or 0xCD482D) is known color: Trinidad. HEX triplet: CD, 48 and 2D. RGB value is (205,72,45). Sum of RGB (Red+Green+Blue) = 205+72+45=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD482D is #32B7D2. Grayscale: #6C6C6C. Windows color (decimal): -3323859 or 2967757. OLE color: 2967757.
HSL color Cylindrical-coordinate representation of color #CD482D: hue angle of 10.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD482D is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 72 | 45 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.20 |
| HSL | 10.13º | 0.64% | 0.49% | - |
| HSV(B) | 10.13º | 0.78% | 0.8% | - |
| XYZ | 27.97 | 17.8 | 4.44 | - |
| YUV | 108.69 | 92.06 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 72 | 45 | 0 | 0.65 | 0.78 | 0.20 | 10.13 | 0.64 | 0.49 |
| Hex | CD | 48 | 2D | 0 | 41 | 4E | 14 | A | 40 | 31 |
| Octal | 315 | 110 | 55 | 0 | 101 | 116 | 24 | 12 | 100 | 61 |
| Binary | 11001101 | 1001000 | 101101 | 0 | 1000001 | 1001110 | 10100 | 1010 | 1000000 | 110001 |
Color Harmonies of #CD482D
Complementary color
Monochromatic Colors of #CD482D
Black with #CD482D
Text Example
Text Example
White with #CD482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD482D; }
p { color: rgb(205,72,45); }
H1.HeaderClassName
{
color: #CD482D;
}
.AnyTagClassName
{
color: #CD482D;
}
</style>
background-color css
<style>
a { background-color: #CD482D; }
a { background-color: rgb(205,72,45); }
div.DivClassName
{
background-color: #CD482D;
}
.BgClassName
{
background-color: #CD482D;
}
</style>
border-color css
<style>
span { border-color: #CD482D; }
span { border-color: rgb(205,72,45); }
td.TdClassName
{
border-color: #CD482D;
}
.TagClassName
{
border-color: #CD482D;
}
</style>