Shades of Trinidad #C94B1F
Tints of Trinidad #C94B1F
RGB
CMYK
RGB Variations
Color information
#C94B1F (or 0xC94B1F) is known color: Trinidad. HEX triplet: C9, 4B and 1F. RGB value is (201,75,31). Sum of RGB (Red+Green+Blue) = 201+75+31=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94B1F is #36B4E0. Grayscale: #6B6B6B. Windows color (decimal): -3585249 or 2051017. OLE color: 2051017.
HSL color Cylindrical-coordinate representation of color #C94B1F: hue angle of 15.53º degrees, saturation: 0.73, 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 #C94B1F is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 31 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.21 |
| HSL | 15.53º | 0.73% | 0.45% | - |
| HSV(B) | 15.53º | 0.85% | 0.79% | - |
| XYZ | 26.85 | 17.55 | 3.27 | - |
| YUV | 107.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 31 | 0 | 0.63 | 0.85 | 0.21 | 15.53 | 0.73 | 0.45 |
| Hex | C9 | 4B | 1F | 0 | 3F | 55 | 15 | 10 | 49 | 2D |
| Octal | 311 | 113 | 37 | 0 | 77 | 125 | 25 | 20 | 111 | 55 |
| Binary | 11001001 | 1001011 | 11111 | 0 | 111111 | 1010101 | 10101 | 10000 | 1001001 | 101101 |
Color Harmonies of #C94B1F
Complementary color
Monochromatic Colors of #C94B1F
Black with #C94B1F
Text Example
Text Example
White with #C94B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B1F; }
p { color: rgb(201,75,31); }
H1.HeaderClassName
{
color: #C94B1F;
}
.AnyTagClassName
{
color: #C94B1F;
}
</style>
background-color css
<style>
a { background-color: #C94B1F; }
a { background-color: rgb(201,75,31); }
div.DivClassName
{
background-color: #C94B1F;
}
.BgClassName
{
background-color: #C94B1F;
}
</style>
border-color css
<style>
span { border-color: #C94B1F; }
span { border-color: rgb(201,75,31); }
td.TdClassName
{
border-color: #C94B1F;
}
.TagClassName
{
border-color: #C94B1F;
}
</style>