Shades of Sunset #CD4441
Tints of Sunset #CD4441
RGB
CMYK
RGB Variations
Color information
#CD4441 (or 0xCD4441) is known color: Sunset. HEX triplet: CD, 44 and 41. RGB value is (205,68,65). Sum of RGB (Red+Green+Blue) = 205+68+65=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4441 is #32BBBE. Grayscale: #6C6C6C. Windows color (decimal): -3324863 or 4277453. OLE color: 4277453.
HSL color Cylindrical-coordinate representation of color #CD4441: hue angle of 1.29º degrees, saturation: 0.58, 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 #CD4441 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 65 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.20 |
| HSL | 1.29º | 0.58% | 0.53% | - |
| HSV(B) | 1.29º | 0.68% | 0.8% | - |
| XYZ | 28.2 | 17.5 | 6.89 | - |
| YUV | 108.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 65 | 0 | 0.67 | 0.68 | 0.20 | 1.29 | 0.58 | 0.53 |
| Hex | CD | 44 | 41 | 0 | 43 | 44 | 14 | 1 | 3A | 35 |
| Octal | 315 | 104 | 101 | 0 | 103 | 104 | 24 | 1 | 72 | 65 |
| Binary | 11001101 | 1000100 | 1000001 | 0 | 1000011 | 1000100 | 10100 | 1 | 111010 | 110101 |
Color Harmonies of #CD4441
Complementary color
Monochromatic Colors of #CD4441
Black with #CD4441
Text Example
Text Example
White with #CD4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4441; }
p { color: rgb(205,68,65); }
H1.HeaderClassName
{
color: #CD4441;
}
.AnyTagClassName
{
color: #CD4441;
}
</style>
background-color css
<style>
a { background-color: #CD4441; }
a { background-color: rgb(205,68,65); }
div.DivClassName
{
background-color: #CD4441;
}
.BgClassName
{
background-color: #CD4441;
}
</style>
border-color css
<style>
span { border-color: #CD4441; }
span { border-color: rgb(205,68,65); }
td.TdClassName
{
border-color: #CD4441;
}
.TagClassName
{
border-color: #CD4441;
}
</style>