Shades of Trinidad #CD482A
Tints of Trinidad #CD482A
RGB
CMYK
RGB Variations
Color information
#CD482A (or 0xCD482A) is known color: Trinidad. HEX triplet: CD, 48 and 2A. RGB value is (205,72,42). Sum of RGB (Red+Green+Blue) = 205+72+42=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD482A is #32B7D5. Grayscale: #6C6C6C. Windows color (decimal): -3323862 or 2771149. OLE color: 2771149.
HSL color Cylindrical-coordinate representation of color #CD482A: hue angle of 11.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD482A is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 72 | 42 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.20 |
| HSL | 11.04º | 0.66% | 0.48% | - |
| HSV(B) | 11.04º | 0.8% | 0.8% | - |
| XYZ | 27.91 | 17.78 | 4.15 | - |
| YUV | 108.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 72 | 42 | 0 | 0.65 | 0.80 | 0.20 | 11.04 | 0.66 | 0.48 |
| Hex | CD | 48 | 2A | 0 | 41 | 50 | 14 | B | 42 | 30 |
| Octal | 315 | 110 | 52 | 0 | 101 | 120 | 24 | 13 | 102 | 60 |
| Binary | 11001101 | 1001000 | 101010 | 0 | 1000001 | 1010000 | 10100 | 1011 | 1000010 | 110000 |
Color Harmonies of #CD482A
Complementary color
Monochromatic Colors of #CD482A
Black with #CD482A
Text Example
Text Example
White with #CD482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD482A; }
p { color: rgb(205,72,42); }
H1.HeaderClassName
{
color: #CD482A;
}
.AnyTagClassName
{
color: #CD482A;
}
</style>
background-color css
<style>
a { background-color: #CD482A; }
a { background-color: rgb(205,72,42); }
div.DivClassName
{
background-color: #CD482A;
}
.BgClassName
{
background-color: #CD482A;
}
</style>
border-color css
<style>
span { border-color: #CD482A; }
span { border-color: rgb(205,72,42); }
td.TdClassName
{
border-color: #CD482A;
}
.TagClassName
{
border-color: #CD482A;
}
</style>