Shades of Sunset #CA4741
Tints of Sunset #CA4741
RGB
CMYK
RGB Variations
Color information
#CA4741 (or 0xCA4741) is known color: Sunset. HEX triplet: CA, 47 and 41. RGB value is (202,71,65). Sum of RGB (Red+Green+Blue) = 202+71+65=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4741 is #35B8BE. Grayscale: #6D6D6D. Windows color (decimal): -3520703 or 4278218. OLE color: 4278218.
HSL color Cylindrical-coordinate representation of color #CA4741: hue angle of 2.63º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4741 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 65 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.21 |
| HSL | 2.63º | 0.56% | 0.52% | - |
| HSV(B) | 2.63º | 0.68% | 0.79% | - |
| XYZ | 27.56 | 17.44 | 6.92 | - |
| YUV | 109.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 65 | 0 | 0.65 | 0.68 | 0.21 | 2.63 | 0.56 | 0.52 |
| Hex | CA | 47 | 41 | 0 | 41 | 44 | 15 | 3 | 38 | 34 |
| Octal | 312 | 107 | 101 | 0 | 101 | 104 | 25 | 3 | 70 | 64 |
| Binary | 11001010 | 1000111 | 1000001 | 0 | 1000001 | 1000100 | 10101 | 11 | 111000 | 110100 |
Color Harmonies of #CA4741
Complementary color
Monochromatic Colors of #CA4741
Black with #CA4741
Text Example
Text Example
White with #CA4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4741; }
p { color: rgb(202,71,65); }
H1.HeaderClassName
{
color: #CA4741;
}
.AnyTagClassName
{
color: #CA4741;
}
</style>
background-color css
<style>
a { background-color: #CA4741; }
a { background-color: rgb(202,71,65); }
div.DivClassName
{
background-color: #CA4741;
}
.BgClassName
{
background-color: #CA4741;
}
</style>
border-color css
<style>
span { border-color: #CA4741; }
span { border-color: rgb(202,71,65); }
td.TdClassName
{
border-color: #CA4741;
}
.TagClassName
{
border-color: #CA4741;
}
</style>