Shades of Trinidad #CB4735
Tints of Trinidad #CB4735
RGB
CMYK
RGB Variations
Color information
#CB4735 (or 0xCB4735) is known color: Trinidad. HEX triplet: CB, 47 and 35. RGB value is (203,71,53). Sum of RGB (Red+Green+Blue) = 203+71+53=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4735 is #34B8CA. Grayscale: #6C6C6C. Windows color (decimal): -3455179 or 3491787. OLE color: 3491787.
HSL color Cylindrical-coordinate representation of color #CB4735: hue angle of 7.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB4735 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 53 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.20 |
| HSL | 7.2º | 0.59% | 0.5% | - |
| HSV(B) | 7.2º | 0.74% | 0.8% | - |
| XYZ | 27.52 | 17.46 | 5.29 | - |
| YUV | 108.42 | 96.73 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 53 | 0 | 0.65 | 0.74 | 0.20 | 7.2 | 0.59 | 0.5 |
| Hex | CB | 47 | 35 | 0 | 41 | 4A | 14 | 7 | 3B | 32 |
| Octal | 313 | 107 | 65 | 0 | 101 | 112 | 24 | 7 | 73 | 62 |
| Binary | 11001011 | 1000111 | 110101 | 0 | 1000001 | 1001010 | 10100 | 111 | 111011 | 110010 |
Color Harmonies of #CB4735
Complementary color
Monochromatic Colors of #CB4735
Black with #CB4735
Text Example
Text Example
White with #CB4735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4735; }
p { color: rgb(203,71,53); }
H1.HeaderClassName
{
color: #CB4735;
}
.AnyTagClassName
{
color: #CB4735;
}
</style>
background-color css
<style>
a { background-color: #CB4735; }
a { background-color: rgb(203,71,53); }
div.DivClassName
{
background-color: #CB4735;
}
.BgClassName
{
background-color: #CB4735;
}
</style>
border-color css
<style>
span { border-color: #CB4735; }
span { border-color: rgb(203,71,53); }
td.TdClassName
{
border-color: #CB4735;
}
.TagClassName
{
border-color: #CB4735;
}
</style>