Shades of Trinidad #C33E26
Tints of Trinidad #C33E26
RGB
CMYK
RGB Variations
Color information
#C33E26 (or 0xC33E26) is known color: Trinidad. HEX triplet: C3, 3E and 26. RGB value is (195,62,38). Sum of RGB (Red+Green+Blue) = 195+62+38=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E26 is #3CC1D9. Grayscale: #636363. Windows color (decimal): -3981786 or 2506435. OLE color: 2506435.
HSL color Cylindrical-coordinate representation of color #C33E26: hue angle of 9.17º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C33E26 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 38 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.24 |
| HSL | 9.17º | 0.67% | 0.46% | - |
| HSV(B) | 9.17º | 0.81% | 0.76% | - |
| XYZ | 24.58 | 15.19 | 3.47 | - |
| YUV | 99.03 | 93.56 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 38 | 0 | 0.68 | 0.81 | 0.24 | 9.17 | 0.67 | 0.46 |
| Hex | C3 | 3E | 26 | 0 | 44 | 51 | 18 | 9 | 43 | 2E |
| Octal | 303 | 76 | 46 | 0 | 104 | 121 | 30 | 11 | 103 | 56 |
| Binary | 11000011 | 111110 | 100110 | 0 | 1000100 | 1010001 | 11000 | 1001 | 1000011 | 101110 |
Color Harmonies of #C33E26
Complementary color
Monochromatic Colors of #C33E26
Black with #C33E26
Text Example
Text Example
White with #C33E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E26; }
p { color: rgb(195,62,38); }
H1.HeaderClassName
{
color: #C33E26;
}
.AnyTagClassName
{
color: #C33E26;
}
</style>
background-color css
<style>
a { background-color: #C33E26; }
a { background-color: rgb(195,62,38); }
div.DivClassName
{
background-color: #C33E26;
}
.BgClassName
{
background-color: #C33E26;
}
</style>
border-color css
<style>
span { border-color: #C33E26; }
span { border-color: rgb(195,62,38); }
td.TdClassName
{
border-color: #C33E26;
}
.TagClassName
{
border-color: #C33E26;
}
</style>