Shades of Sunset #CD4A41
Tints of Sunset #CD4A41
RGB
CMYK
RGB Variations
Color information
#CD4A41 (or 0xCD4A41) is known color: Sunset. HEX triplet: CD, 4A and 41. RGB value is (205,74,65). Sum of RGB (Red+Green+Blue) = 205+74+65=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4A41 is #32B5BE. Grayscale: #707070. Windows color (decimal): -3323327 or 4278989. OLE color: 4278989.
HSL color Cylindrical-coordinate representation of color #CD4A41: hue angle of 3.86º 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 #CD4A41 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 65 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.20 |
| HSL | 3.86º | 0.58% | 0.53% | - |
| HSV(B) | 3.86º | 0.68% | 0.8% | - |
| XYZ | 28.58 | 18.26 | 7.02 | - |
| YUV | 112.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 65 | 0 | 0.64 | 0.68 | 0.20 | 3.86 | 0.58 | 0.53 |
| Hex | CD | 4A | 41 | 0 | 40 | 44 | 14 | 4 | 3A | 35 |
| Octal | 315 | 112 | 101 | 0 | 100 | 104 | 24 | 4 | 72 | 65 |
| Binary | 11001101 | 1001010 | 1000001 | 0 | 1000000 | 1000100 | 10100 | 100 | 111010 | 110101 |
Color Harmonies of #CD4A41
Complementary color
Monochromatic Colors of #CD4A41
Black with #CD4A41
Text Example
Text Example
White with #CD4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A41; }
p { color: rgb(205,74,65); }
H1.HeaderClassName
{
color: #CD4A41;
}
.AnyTagClassName
{
color: #CD4A41;
}
</style>
background-color css
<style>
a { background-color: #CD4A41; }
a { background-color: rgb(205,74,65); }
div.DivClassName
{
background-color: #CD4A41;
}
.BgClassName
{
background-color: #CD4A41;
}
</style>
border-color css
<style>
span { border-color: #CD4A41; }
span { border-color: rgb(205,74,65); }
td.TdClassName
{
border-color: #CD4A41;
}
.TagClassName
{
border-color: #CD4A41;
}
</style>