Shades of Trinidad #C24B1F
Tints of Trinidad #C24B1F
RGB
CMYK
RGB Variations
Color information
#C24B1F (or 0xC24B1F) is known color: Trinidad. HEX triplet: C2, 4B and 1F. RGB value is (194,75,31). Sum of RGB (Red+Green+Blue) = 194+75+31=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24B1F is #3DB4E0. Grayscale: #696969. Windows color (decimal): -4044001 or 2051010. OLE color: 2051010.
HSL color Cylindrical-coordinate representation of color #C24B1F: hue angle of 16.2º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C24B1F is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 31 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.24 |
| HSL | 16.2º | 0.72% | 0.44% | - |
| HSV(B) | 16.2º | 0.84% | 0.76% | - |
| XYZ | 25.01 | 16.6 | 3.18 | - |
| YUV | 105.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 31 | 0 | 0.61 | 0.84 | 0.24 | 16.2 | 0.72 | 0.44 |
| Hex | C2 | 4B | 1F | 0 | 3D | 54 | 18 | 10 | 48 | 2C |
| Octal | 302 | 113 | 37 | 0 | 75 | 124 | 30 | 20 | 110 | 54 |
| Binary | 11000010 | 1001011 | 11111 | 0 | 111101 | 1010100 | 11000 | 10000 | 1001000 | 101100 |
Color Harmonies of #C24B1F
Complementary color
Monochromatic Colors of #C24B1F
Black with #C24B1F
Text Example
Text Example
White with #C24B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B1F; }
p { color: rgb(194,75,31); }
H1.HeaderClassName
{
color: #C24B1F;
}
.AnyTagClassName
{
color: #C24B1F;
}
</style>
background-color css
<style>
a { background-color: #C24B1F; }
a { background-color: rgb(194,75,31); }
div.DivClassName
{
background-color: #C24B1F;
}
.BgClassName
{
background-color: #C24B1F;
}
</style>
border-color css
<style>
span { border-color: #C24B1F; }
span { border-color: rgb(194,75,31); }
td.TdClassName
{
border-color: #C24B1F;
}
.TagClassName
{
border-color: #C24B1F;
}
</style>