Shades of Trinidad #C64B24
Tints of Trinidad #C64B24
RGB
CMYK
RGB Variations
Color information
#C64B24 (or 0xC64B24) is known color: Trinidad. HEX triplet: C6, 4B and 24. RGB value is (198,75,36). Sum of RGB (Red+Green+Blue) = 198+75+36=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B24 is #39B4DB. Grayscale: #6B6B6B. Windows color (decimal): -3781852 or 2378694. OLE color: 2378694.
HSL color Cylindrical-coordinate representation of color #C64B24: hue angle of 14.44º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C64B24 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 36 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.22 |
| HSL | 14.44º | 0.69% | 0.46% | - |
| HSV(B) | 14.44º | 0.82% | 0.78% | - |
| XYZ | 26.12 | 17.17 | 3.61 | - |
| YUV | 107.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 36 | 0 | 0.62 | 0.82 | 0.22 | 14.44 | 0.69 | 0.46 |
| Hex | C6 | 4B | 24 | 0 | 3E | 52 | 16 | E | 45 | 2E |
| Octal | 306 | 113 | 44 | 0 | 76 | 122 | 26 | 16 | 105 | 56 |
| Binary | 11000110 | 1001011 | 100100 | 0 | 111110 | 1010010 | 10110 | 1110 | 1000101 | 101110 |
Color Harmonies of #C64B24
Complementary color
Monochromatic Colors of #C64B24
Black with #C64B24
Text Example
Text Example
White with #C64B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B24; }
p { color: rgb(198,75,36); }
H1.HeaderClassName
{
color: #C64B24;
}
.AnyTagClassName
{
color: #C64B24;
}
</style>
background-color css
<style>
a { background-color: #C64B24; }
a { background-color: rgb(198,75,36); }
div.DivClassName
{
background-color: #C64B24;
}
.BgClassName
{
background-color: #C64B24;
}
</style>
border-color css
<style>
span { border-color: #C64B24; }
span { border-color: rgb(198,75,36); }
td.TdClassName
{
border-color: #C64B24;
}
.TagClassName
{
border-color: #C64B24;
}
</style>