Shades of Trinidad #C94A1F
Tints of Trinidad #C94A1F
RGB
CMYK
RGB Variations
Color information
#C94A1F (or 0xC94A1F) is known color: Trinidad. HEX triplet: C9, 4A and 1F. RGB value is (201,74,31). Sum of RGB (Red+Green+Blue) = 201+74+31=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94A1F is #36B5E0. Grayscale: #6B6B6B. Windows color (decimal): -3585505 or 2050761. OLE color: 2050761.
HSL color Cylindrical-coordinate representation of color #C94A1F: hue angle of 15.18º 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 #C94A1F is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 31 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.21 |
| HSL | 15.18º | 0.73% | 0.45% | - |
| HSV(B) | 15.18º | 0.85% | 0.79% | - |
| XYZ | 26.78 | 17.41 | 3.25 | - |
| YUV | 107.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 31 | 0 | 0.63 | 0.85 | 0.21 | 15.18 | 0.73 | 0.45 |
| Hex | C9 | 4A | 1F | 0 | 3F | 55 | 15 | F | 49 | 2D |
| Octal | 311 | 112 | 37 | 0 | 77 | 125 | 25 | 17 | 111 | 55 |
| Binary | 11001001 | 1001010 | 11111 | 0 | 111111 | 1010101 | 10101 | 1111 | 1001001 | 101101 |
Color Harmonies of #C94A1F
Complementary color
Monochromatic Colors of #C94A1F
Black with #C94A1F
Text Example
Text Example
White with #C94A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A1F; }
p { color: rgb(201,74,31); }
H1.HeaderClassName
{
color: #C94A1F;
}
.AnyTagClassName
{
color: #C94A1F;
}
</style>
background-color css
<style>
a { background-color: #C94A1F; }
a { background-color: rgb(201,74,31); }
div.DivClassName
{
background-color: #C94A1F;
}
.BgClassName
{
background-color: #C94A1F;
}
</style>
border-color css
<style>
span { border-color: #C94A1F; }
span { border-color: rgb(201,74,31); }
td.TdClassName
{
border-color: #C94A1F;
}
.TagClassName
{
border-color: #C94A1F;
}
</style>