Shades of Trinidad #CD4621
Tints of Trinidad #CD4621
RGB
CMYK
RGB Variations
Color information
#CD4621 (or 0xCD4621) is known color: Trinidad. HEX triplet: CD, 46 and 21. RGB value is (205,70,33). Sum of RGB (Red+Green+Blue) = 205+70+33=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4621 is #32B9DE. Grayscale: #6A6A6A. Windows color (decimal): -3324383 or 2180813. OLE color: 2180813.
HSL color Cylindrical-coordinate representation of color #CD4621: hue angle of 12.91º 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 #CD4621 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 33 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.20 |
| HSL | 12.91º | 0.72% | 0.47% | - |
| HSV(B) | 12.91º | 0.84% | 0.8% | - |
| XYZ | 27.64 | 17.47 | 3.35 | - |
| YUV | 106.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 33 | 0 | 0.66 | 0.84 | 0.20 | 12.91 | 0.72 | 0.47 |
| Hex | CD | 46 | 21 | 0 | 42 | 54 | 14 | D | 48 | 2F |
| Octal | 315 | 106 | 41 | 0 | 102 | 124 | 24 | 15 | 110 | 57 |
| Binary | 11001101 | 1000110 | 100001 | 0 | 1000010 | 1010100 | 10100 | 1101 | 1001000 | 101111 |
Color Harmonies of #CD4621
Complementary color
Monochromatic Colors of #CD4621
Black with #CD4621
Text Example
Text Example
White with #CD4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4621; }
p { color: rgb(205,70,33); }
H1.HeaderClassName
{
color: #CD4621;
}
.AnyTagClassName
{
color: #CD4621;
}
</style>
background-color css
<style>
a { background-color: #CD4621; }
a { background-color: rgb(205,70,33); }
div.DivClassName
{
background-color: #CD4621;
}
.BgClassName
{
background-color: #CD4621;
}
</style>
border-color css
<style>
span { border-color: #CD4621; }
span { border-color: rgb(205,70,33); }
td.TdClassName
{
border-color: #CD4621;
}
.TagClassName
{
border-color: #CD4621;
}
</style>