Shades of Trinidad #C33F27
Tints of Trinidad #C33F27
RGB
CMYK
RGB Variations
Color information
#C33F27 (or 0xC33F27) is known color: Trinidad. HEX triplet: C3, 3F and 27. RGB value is (195,63,39). Sum of RGB (Red+Green+Blue) = 195+63+39=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F27 is #3CC0D8. Grayscale: #636363. Windows color (decimal): -3981529 or 2572227. OLE color: 2572227.
HSL color Cylindrical-coordinate representation of color #C33F27: hue angle of 9.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C33F27 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 39 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.24 |
| HSL | 9.23º | 0.67% | 0.46% | - |
| HSV(B) | 9.23º | 0.8% | 0.76% | - |
| XYZ | 24.65 | 15.3 | 3.57 | - |
| YUV | 99.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 39 | 0 | 0.68 | 0.80 | 0.24 | 9.23 | 0.67 | 0.46 |
| Hex | C3 | 3F | 27 | 0 | 44 | 50 | 18 | 9 | 43 | 2E |
| Octal | 303 | 77 | 47 | 0 | 104 | 120 | 30 | 11 | 103 | 56 |
| Binary | 11000011 | 111111 | 100111 | 0 | 1000100 | 1010000 | 11000 | 1001 | 1000011 | 101110 |
Color Harmonies of #C33F27
Complementary color
Monochromatic Colors of #C33F27
Black with #C33F27
Text Example
Text Example
White with #C33F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F27; }
p { color: rgb(195,63,39); }
H1.HeaderClassName
{
color: #C33F27;
}
.AnyTagClassName
{
color: #C33F27;
}
</style>
background-color css
<style>
a { background-color: #C33F27; }
a { background-color: rgb(195,63,39); }
div.DivClassName
{
background-color: #C33F27;
}
.BgClassName
{
background-color: #C33F27;
}
</style>
border-color css
<style>
span { border-color: #C33F27; }
span { border-color: rgb(195,63,39); }
td.TdClassName
{
border-color: #C33F27;
}
.TagClassName
{
border-color: #C33F27;
}
</style>