Shades of Trinidad #C94B1E
Tints of Trinidad #C94B1E
RGB
CMYK
RGB Variations
Color information
#C94B1E (or 0xC94B1E) is known color: Trinidad. HEX triplet: C9, 4B and 1E. RGB value is (201,75,30). Sum of RGB (Red+Green+Blue) = 201+75+30=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94B1E is #36B4E1. Grayscale: #6B6B6B. Windows color (decimal): -3585250 or 1985481. OLE color: 1985481.
HSL color Cylindrical-coordinate representation of color #C94B1E: hue angle of 15.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C94B1E is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 30 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.21 |
| HSL | 15.79º | 0.74% | 0.45% | - |
| HSV(B) | 15.79º | 0.85% | 0.79% | - |
| XYZ | 26.84 | 17.54 | 3.2 | - |
| YUV | 107.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 30 | 0 | 0.63 | 0.85 | 0.21 | 15.79 | 0.74 | 0.45 |
| Hex | C9 | 4B | 1E | 0 | 3F | 55 | 15 | 10 | 4A | 2D |
| Octal | 311 | 113 | 36 | 0 | 77 | 125 | 25 | 20 | 112 | 55 |
| Binary | 11001001 | 1001011 | 11110 | 0 | 111111 | 1010101 | 10101 | 10000 | 1001010 | 101101 |
Color Harmonies of #C94B1E
Complementary color
Monochromatic Colors of #C94B1E
Black with #C94B1E
Text Example
Text Example
White with #C94B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B1E; }
p { color: rgb(201,75,30); }
H1.HeaderClassName
{
color: #C94B1E;
}
.AnyTagClassName
{
color: #C94B1E;
}
</style>
background-color css
<style>
a { background-color: #C94B1E; }
a { background-color: rgb(201,75,30); }
div.DivClassName
{
background-color: #C94B1E;
}
.BgClassName
{
background-color: #C94B1E;
}
</style>
border-color css
<style>
span { border-color: #C94B1E; }
span { border-color: rgb(201,75,30); }
td.TdClassName
{
border-color: #C94B1E;
}
.TagClassName
{
border-color: #C94B1E;
}
</style>