Shades of Trinidad #C8452A
Tints of Trinidad #C8452A
RGB
CMYK
RGB Variations
Color information
#C8452A (or 0xC8452A) is known color: Trinidad. HEX triplet: C8, 45 and 2A. RGB value is (200,69,42). Sum of RGB (Red+Green+Blue) = 200+69+42=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8452A is #37BAD5. Grayscale: #696969. Windows color (decimal): -3652310 or 2770376. OLE color: 2770376.
HSL color Cylindrical-coordinate representation of color #C8452A: hue angle of 10.25º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8452A is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 42 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.22 |
| HSL | 10.25º | 0.65% | 0.47% | - |
| HSV(B) | 10.25º | 0.79% | 0.78% | - |
| XYZ | 26.37 | 16.7 | 4.02 | - |
| YUV | 105.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 42 | 0 | 0.66 | 0.79 | 0.22 | 10.25 | 0.65 | 0.47 |
| Hex | C8 | 45 | 2A | 0 | 42 | 4F | 16 | A | 41 | 2F |
| Octal | 310 | 105 | 52 | 0 | 102 | 117 | 26 | 12 | 101 | 57 |
| Binary | 11001000 | 1000101 | 101010 | 0 | 1000010 | 1001111 | 10110 | 1010 | 1000001 | 101111 |
Color Harmonies of #C8452A
Complementary color
Monochromatic Colors of #C8452A
Black with #C8452A
Text Example
Text Example
White with #C8452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8452A; }
p { color: rgb(200,69,42); }
H1.HeaderClassName
{
color: #C8452A;
}
.AnyTagClassName
{
color: #C8452A;
}
</style>
background-color css
<style>
a { background-color: #C8452A; }
a { background-color: rgb(200,69,42); }
div.DivClassName
{
background-color: #C8452A;
}
.BgClassName
{
background-color: #C8452A;
}
</style>
border-color css
<style>
span { border-color: #C8452A; }
span { border-color: rgb(200,69,42); }
td.TdClassName
{
border-color: #C8452A;
}
.TagClassName
{
border-color: #C8452A;
}
</style>