Shades of Trinidad #CC442F
Tints of Trinidad #CC442F
RGB
CMYK
RGB Variations
Color information
#CC442F (or 0xCC442F) is known color: Trinidad. HEX triplet: CC, 44 and 2F. RGB value is (204,68,47). Sum of RGB (Red+Green+Blue) = 204+68+47=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC442F is #33BBD0. Grayscale: #6A6A6A. Windows color (decimal): -3390417 or 3097804. OLE color: 3097804.
HSL color Cylindrical-coordinate representation of color #CC442F: hue angle of 8.03º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC442F is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 47 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.2 |
| HSL | 8.03º | 0.63% | 0.49% | - |
| HSV(B) | 8.03º | 0.77% | 0.8% | - |
| XYZ | 27.48 | 17.18 | 4.56 | - |
| YUV | 106.27 | 94.56 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 47 | 0 | 0.67 | 0.77 | 0.2 | 8.03 | 0.63 | 0.49 |
| Hex | CC | 44 | 2F | 0 | 43 | 4D | 14 | 8 | 3F | 31 |
| Octal | 314 | 104 | 57 | 0 | 103 | 115 | 24 | 10 | 77 | 61 |
| Binary | 11001100 | 1000100 | 101111 | 0 | 1000011 | 1001101 | 10100 | 1000 | 111111 | 110001 |
Color Harmonies of #CC442F
Complementary color
Monochromatic Colors of #CC442F
Black with #CC442F
Text Example
Text Example
White with #CC442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC442F; }
p { color: rgb(204,68,47); }
H1.HeaderClassName
{
color: #CC442F;
}
.AnyTagClassName
{
color: #CC442F;
}
</style>
background-color css
<style>
a { background-color: #CC442F; }
a { background-color: rgb(204,68,47); }
div.DivClassName
{
background-color: #CC442F;
}
.BgClassName
{
background-color: #CC442F;
}
</style>
border-color css
<style>
span { border-color: #CC442F; }
span { border-color: rgb(204,68,47); }
td.TdClassName
{
border-color: #CC442F;
}
.TagClassName
{
border-color: #CC442F;
}
</style>