Shades of Trinidad #C83F27
Tints of Trinidad #C83F27
RGB
CMYK
RGB Variations
Color information
#C83F27 (or 0xC83F27) is known color: Trinidad. HEX triplet: C8, 3F and 27. RGB value is (200,63,39). Sum of RGB (Red+Green+Blue) = 200+63+39=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F27 is #37C0D8. Grayscale: #656565. Windows color (decimal): -3653849 or 2572232. OLE color: 2572232.
HSL color Cylindrical-coordinate representation of color #C83F27: hue angle of 8.94º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83F27 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 39 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.22 |
| HSL | 8.94º | 0.67% | 0.47% | - |
| HSV(B) | 8.94º | 0.81% | 0.78% | - |
| XYZ | 25.96 | 15.98 | 3.64 | - |
| YUV | 101.23 | 92.89 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 39 | 0 | 0.68 | 0.80 | 0.22 | 8.94 | 0.67 | 0.47 |
| Hex | C8 | 3F | 27 | 0 | 44 | 50 | 16 | 9 | 43 | 2F |
| Octal | 310 | 77 | 47 | 0 | 104 | 120 | 26 | 11 | 103 | 57 |
| Binary | 11001000 | 111111 | 100111 | 0 | 1000100 | 1010000 | 10110 | 1001 | 1000011 | 101111 |
Color Harmonies of #C83F27
Complementary color
Monochromatic Colors of #C83F27
Black with #C83F27
Text Example
Text Example
White with #C83F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F27; }
p { color: rgb(200,63,39); }
H1.HeaderClassName
{
color: #C83F27;
}
.AnyTagClassName
{
color: #C83F27;
}
</style>
background-color css
<style>
a { background-color: #C83F27; }
a { background-color: rgb(200,63,39); }
div.DivClassName
{
background-color: #C83F27;
}
.BgClassName
{
background-color: #C83F27;
}
</style>
border-color css
<style>
span { border-color: #C83F27; }
span { border-color: rgb(200,63,39); }
td.TdClassName
{
border-color: #C83F27;
}
.TagClassName
{
border-color: #C83F27;
}
</style>