Shades of Trinidad #CD4A1D
Tints of Trinidad #CD4A1D
RGB
CMYK
RGB Variations
Color information
#CD4A1D (or 0xCD4A1D) is known color: Trinidad. HEX triplet: CD, 4A and 1D. RGB value is (205,74,29). Sum of RGB (Red+Green+Blue) = 205+74+29=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4A1D is #32B5E2. Grayscale: #6C6C6C. Windows color (decimal): -3323363 or 1919693. OLE color: 1919693.
HSL color Cylindrical-coordinate representation of color #CD4A1D: hue angle of 15.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD4A1D is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 29 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.20 |
| HSL | 15.34º | 0.75% | 0.46% | - |
| HSV(B) | 15.34º | 0.86% | 0.8% | - |
| XYZ | 27.85 | 17.97 | 3.16 | - |
| YUV | 108.04 | 83.4 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 29 | 0 | 0.64 | 0.86 | 0.20 | 15.34 | 0.75 | 0.46 |
| Hex | CD | 4A | 1D | 0 | 40 | 56 | 14 | F | 4B | 2E |
| Octal | 315 | 112 | 35 | 0 | 100 | 126 | 24 | 17 | 113 | 56 |
| Binary | 11001101 | 1001010 | 11101 | 0 | 1000000 | 1010110 | 10100 | 1111 | 1001011 | 101110 |
Color Harmonies of #CD4A1D
Complementary color
Monochromatic Colors of #CD4A1D
Black with #CD4A1D
Text Example
Text Example
White with #CD4A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A1D; }
p { color: rgb(205,74,29); }
H1.HeaderClassName
{
color: #CD4A1D;
}
.AnyTagClassName
{
color: #CD4A1D;
}
</style>
background-color css
<style>
a { background-color: #CD4A1D; }
a { background-color: rgb(205,74,29); }
div.DivClassName
{
background-color: #CD4A1D;
}
.BgClassName
{
background-color: #CD4A1D;
}
</style>
border-color css
<style>
span { border-color: #CD4A1D; }
span { border-color: rgb(205,74,29); }
td.TdClassName
{
border-color: #CD4A1D;
}
.TagClassName
{
border-color: #CD4A1D;
}
</style>