Shades of Sunglo #CE614F
Tints of Sunglo #CE614F
RGB
CMYK
RGB Variations
Color information
#CE614F (or 0xCE614F) is known color: Sunglo. HEX triplet: CE, 61 and 4F. RGB value is (206,97,79). Sum of RGB (Red+Green+Blue) = 206+97+79=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE614F is #319EB0. Grayscale: #7F7F7F. Windows color (decimal): -3251889 or 5202382. OLE color: 5202382.
HSL color Cylindrical-coordinate representation of color #CE614F: hue angle of 8.5º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE614F is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 79 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.19 |
| HSL | 8.5º | 0.56% | 0.56% | - |
| HSV(B) | 8.5º | 0.62% | 0.81% | - |
| XYZ | 31.14 | 22.24 | 10.05 | - |
| YUV | 127.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 79 | 0 | 0.53 | 0.62 | 0.19 | 8.5 | 0.56 | 0.56 |
| Hex | CE | 61 | 4F | 0 | 35 | 3E | 13 | 9 | 38 | 38 |
| Octal | 316 | 141 | 117 | 0 | 65 | 76 | 23 | 11 | 70 | 70 |
| Binary | 11001110 | 1100001 | 1001111 | 0 | 110101 | 111110 | 10011 | 1001 | 111000 | 111000 |
Color Harmonies of #CE614F
Complementary color
Monochromatic Colors of #CE614F
Black with #CE614F
Text Example
Text Example
White with #CE614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE614F; }
p { color: rgb(206,97,79); }
H1.HeaderClassName
{
color: #CE614F;
}
.AnyTagClassName
{
color: #CE614F;
}
</style>
background-color css
<style>
a { background-color: #CE614F; }
a { background-color: rgb(206,97,79); }
div.DivClassName
{
background-color: #CE614F;
}
.BgClassName
{
background-color: #CE614F;
}
</style>
border-color css
<style>
span { border-color: #CE614F; }
span { border-color: rgb(206,97,79); }
td.TdClassName
{
border-color: #CE614F;
}
.TagClassName
{
border-color: #CE614F;
}
</style>