Shades of Trinidad #CF4C30
Tints of Trinidad #CF4C30
RGB
CMYK
RGB Variations
Color information
#CF4C30 (or 0xCF4C30) is known color: Trinidad. HEX triplet: CF, 4C and 30. RGB value is (207,76,48). Sum of RGB (Red+Green+Blue) = 207+76+48=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4C30 is #30B3CF. Grayscale: #707070. Windows color (decimal): -3191760 or 3165391. OLE color: 3165391.
HSL color Cylindrical-coordinate representation of color #CF4C30: hue angle of 10.57º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF4C30 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 48 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.19 |
| HSL | 10.57º | 0.62% | 0.5% | - |
| HSV(B) | 10.57º | 0.77% | 0.81% | - |
| XYZ | 28.85 | 18.65 | 4.88 | - |
| YUV | 111.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 48 | 0 | 0.63 | 0.77 | 0.19 | 10.57 | 0.62 | 0.5 |
| Hex | CF | 4C | 30 | 0 | 3F | 4D | 13 | B | 3E | 32 |
| Octal | 317 | 114 | 60 | 0 | 77 | 115 | 23 | 13 | 76 | 62 |
| Binary | 11001111 | 1001100 | 110000 | 0 | 111111 | 1001101 | 10011 | 1011 | 111110 | 110010 |
Color Harmonies of #CF4C30
Complementary color
Monochromatic Colors of #CF4C30
Black with #CF4C30
Text Example
Text Example
White with #CF4C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C30; }
p { color: rgb(207,76,48); }
H1.HeaderClassName
{
color: #CF4C30;
}
.AnyTagClassName
{
color: #CF4C30;
}
</style>
background-color css
<style>
a { background-color: #CF4C30; }
a { background-color: rgb(207,76,48); }
div.DivClassName
{
background-color: #CF4C30;
}
.BgClassName
{
background-color: #CF4C30;
}
</style>
border-color css
<style>
span { border-color: #CF4C30; }
span { border-color: rgb(207,76,48); }
td.TdClassName
{
border-color: #CF4C30;
}
.TagClassName
{
border-color: #CF4C30;
}
</style>