Shades of Trinidad #C84B33
Tints of Trinidad #C84B33
RGB
CMYK
RGB Variations
Color information
#C84B33 (or 0xC84B33) is known color: Trinidad. HEX triplet: C8, 4B and 33. RGB value is (200,75,51). Sum of RGB (Red+Green+Blue) = 200+75+51=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84B33 is #37B4CC. Grayscale: #6D6D6D. Windows color (decimal): -3650765 or 3361736. OLE color: 3361736.
HSL color Cylindrical-coordinate representation of color #C84B33: hue angle of 9.66º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C84B33 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 51 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.22 |
| HSL | 9.66º | 0.59% | 0.49% | - |
| HSV(B) | 9.66º | 0.75% | 0.78% | - |
| XYZ | 26.93 | 17.55 | 5.1 | - |
| YUV | 109.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 51 | 0 | 0.62 | 0.74 | 0.22 | 9.66 | 0.59 | 0.49 |
| Hex | C8 | 4B | 33 | 0 | 3E | 4A | 16 | A | 3B | 31 |
| Octal | 310 | 113 | 63 | 0 | 76 | 112 | 26 | 12 | 73 | 61 |
| Binary | 11001000 | 1001011 | 110011 | 0 | 111110 | 1001010 | 10110 | 1010 | 111011 | 110001 |
Color Harmonies of #C84B33
Complementary color
Monochromatic Colors of #C84B33
Black with #C84B33
Text Example
Text Example
White with #C84B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B33; }
p { color: rgb(200,75,51); }
H1.HeaderClassName
{
color: #C84B33;
}
.AnyTagClassName
{
color: #C84B33;
}
</style>
background-color css
<style>
a { background-color: #C84B33; }
a { background-color: rgb(200,75,51); }
div.DivClassName
{
background-color: #C84B33;
}
.BgClassName
{
background-color: #C84B33;
}
</style>
border-color css
<style>
span { border-color: #C84B33; }
span { border-color: rgb(200,75,51); }
td.TdClassName
{
border-color: #C84B33;
}
.TagClassName
{
border-color: #C84B33;
}
</style>