Shades of Trinidad #C34B2D
Tints of Trinidad #C34B2D
RGB
CMYK
RGB Variations
Color information
#C34B2D (or 0xC34B2D) is known color: Trinidad. HEX triplet: C3, 4B and 2D. RGB value is (195,75,45). Sum of RGB (Red+Green+Blue) = 195+75+45=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B2D is #3CB4D2. Grayscale: #6B6B6B. Windows color (decimal): -3978451 or 2968515. OLE color: 2968515.
HSL color Cylindrical-coordinate representation of color #C34B2D: hue angle of 12º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C34B2D is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 45 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.24 |
| HSL | 12º | 0.63% | 0.47% | - |
| HSV(B) | 12º | 0.77% | 0.76% | - |
| XYZ | 25.5 | 16.82 | 4.39 | - |
| YUV | 107.46 | 92.76 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 45 | 0 | 0.62 | 0.77 | 0.24 | 12 | 0.63 | 0.47 |
| Hex | C3 | 4B | 2D | 0 | 3E | 4D | 18 | C | 3E | 2F |
| Octal | 303 | 113 | 55 | 0 | 76 | 115 | 30 | 14 | 76 | 57 |
| Binary | 11000011 | 1001011 | 101101 | 0 | 111110 | 1001101 | 11000 | 1100 | 111110 | 101111 |
Color Harmonies of #C34B2D
Complementary color
Monochromatic Colors of #C34B2D
Black with #C34B2D
Text Example
Text Example
White with #C34B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B2D; }
p { color: rgb(195,75,45); }
H1.HeaderClassName
{
color: #C34B2D;
}
.AnyTagClassName
{
color: #C34B2D;
}
</style>
background-color css
<style>
a { background-color: #C34B2D; }
a { background-color: rgb(195,75,45); }
div.DivClassName
{
background-color: #C34B2D;
}
.BgClassName
{
background-color: #C34B2D;
}
</style>
border-color css
<style>
span { border-color: #C34B2D; }
span { border-color: rgb(195,75,45); }
td.TdClassName
{
border-color: #C34B2D;
}
.TagClassName
{
border-color: #C34B2D;
}
</style>