Shades of Trinidad #CE4F21
Tints of Trinidad #CE4F21
RGB
CMYK
RGB Variations
Color information
#CE4F21 (or 0xCE4F21) is known color: Trinidad. HEX triplet: CE, 4F and 21. RGB value is (206,79,33). Sum of RGB (Red+Green+Blue) = 206+79+33=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4F21 is #31B0DE. Grayscale: #707070. Windows color (decimal): -3256543 or 2183118. OLE color: 2183118.
HSL color Cylindrical-coordinate representation of color #CE4F21: hue angle of 15.95º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE4F21 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 33 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.19 |
| HSL | 15.95º | 0.72% | 0.47% | - |
| HSV(B) | 15.95º | 0.84% | 0.81% | - |
| XYZ | 28.52 | 18.82 | 3.57 | - |
| YUV | 111.73 | 83.58 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 33 | 0 | 0.62 | 0.84 | 0.19 | 15.95 | 0.72 | 0.47 |
| Hex | CE | 4F | 21 | 0 | 3E | 54 | 13 | 10 | 48 | 2F |
| Octal | 316 | 117 | 41 | 0 | 76 | 124 | 23 | 20 | 110 | 57 |
| Binary | 11001110 | 1001111 | 100001 | 0 | 111110 | 1010100 | 10011 | 10000 | 1001000 | 101111 |
Color Harmonies of #CE4F21
Complementary color
Monochromatic Colors of #CE4F21
Black with #CE4F21
Text Example
Text Example
White with #CE4F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F21; }
p { color: rgb(206,79,33); }
H1.HeaderClassName
{
color: #CE4F21;
}
.AnyTagClassName
{
color: #CE4F21;
}
</style>
background-color css
<style>
a { background-color: #CE4F21; }
a { background-color: rgb(206,79,33); }
div.DivClassName
{
background-color: #CE4F21;
}
.BgClassName
{
background-color: #CE4F21;
}
</style>
border-color css
<style>
span { border-color: #CE4F21; }
span { border-color: rgb(206,79,33); }
td.TdClassName
{
border-color: #CE4F21;
}
.TagClassName
{
border-color: #CE4F21;
}
</style>