Shades of Sunset #CB4741
Tints of Sunset #CB4741
RGB
CMYK
RGB Variations
Color information
#CB4741 (or 0xCB4741) is known color: Sunset. HEX triplet: CB, 47 and 41. RGB value is (203,71,65). Sum of RGB (Red+Green+Blue) = 203+71+65=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4741 is #34B8BE. Grayscale: #6D6D6D. Windows color (decimal): -3455167 or 4278219. OLE color: 4278219.
HSL color Cylindrical-coordinate representation of color #CB4741: hue angle of 2.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4741 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 65 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.20 |
| HSL | 2.61º | 0.57% | 0.53% | - |
| HSV(B) | 2.61º | 0.68% | 0.8% | - |
| XYZ | 27.84 | 17.58 | 6.93 | - |
| YUV | 109.78 | 102.73 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 65 | 0 | 0.65 | 0.68 | 0.20 | 2.61 | 0.57 | 0.53 |
| Hex | CB | 47 | 41 | 0 | 41 | 44 | 14 | 3 | 39 | 35 |
| Octal | 313 | 107 | 101 | 0 | 101 | 104 | 24 | 3 | 71 | 65 |
| Binary | 11001011 | 1000111 | 1000001 | 0 | 1000001 | 1000100 | 10100 | 11 | 111001 | 110101 |
Color Harmonies of #CB4741
Complementary color
Monochromatic Colors of #CB4741
Black with #CB4741
Text Example
Text Example
White with #CB4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4741; }
p { color: rgb(203,71,65); }
H1.HeaderClassName
{
color: #CB4741;
}
.AnyTagClassName
{
color: #CB4741;
}
</style>
background-color css
<style>
a { background-color: #CB4741; }
a { background-color: rgb(203,71,65); }
div.DivClassName
{
background-color: #CB4741;
}
.BgClassName
{
background-color: #CB4741;
}
</style>
border-color css
<style>
span { border-color: #CB4741; }
span { border-color: rgb(203,71,65); }
td.TdClassName
{
border-color: #CB4741;
}
.TagClassName
{
border-color: #CB4741;
}
</style>