Shades of Trinidad #CC442D
Tints of Trinidad #CC442D
RGB
CMYK
RGB Variations
Color information
#CC442D (or 0xCC442D) is known color: Trinidad. HEX triplet: CC, 44 and 2D. RGB value is (204,68,45). Sum of RGB (Red+Green+Blue) = 204+68+45=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC442D is #33BBD2. Grayscale: #6A6A6A. Windows color (decimal): -3390419 or 2966732. OLE color: 2966732.
HSL color Cylindrical-coordinate representation of color #CC442D: hue angle of 8.68º 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 #CC442D is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 45 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.2 |
| HSL | 8.68º | 0.64% | 0.49% | - |
| HSV(B) | 8.68º | 0.78% | 0.8% | - |
| XYZ | 27.44 | 17.16 | 4.35 | - |
| YUV | 106.04 | 93.56 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 45 | 0 | 0.67 | 0.78 | 0.2 | 8.68 | 0.64 | 0.49 |
| Hex | CC | 44 | 2D | 0 | 43 | 4E | 14 | 9 | 40 | 31 |
| Octal | 314 | 104 | 55 | 0 | 103 | 116 | 24 | 11 | 100 | 61 |
| Binary | 11001100 | 1000100 | 101101 | 0 | 1000011 | 1001110 | 10100 | 1001 | 1000000 | 110001 |
Color Harmonies of #CC442D
Complementary color
Monochromatic Colors of #CC442D
Black with #CC442D
Text Example
Text Example
White with #CC442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC442D; }
p { color: rgb(204,68,45); }
H1.HeaderClassName
{
color: #CC442D;
}
.AnyTagClassName
{
color: #CC442D;
}
</style>
background-color css
<style>
a { background-color: #CC442D; }
a { background-color: rgb(204,68,45); }
div.DivClassName
{
background-color: #CC442D;
}
.BgClassName
{
background-color: #CC442D;
}
</style>
border-color css
<style>
span { border-color: #CC442D; }
span { border-color: rgb(204,68,45); }
td.TdClassName
{
border-color: #CC442D;
}
.TagClassName
{
border-color: #CC442D;
}
</style>