Shades of Sunset #CA4242
Tints of Sunset #CA4242
RGB
CMYK
RGB Variations
Color information
#CA4242 (or 0xCA4242) is known color: Sunset. HEX triplet: CA, 42 and 42. RGB value is (202,66,66). Sum of RGB (Red+Green+Blue) = 202+66+66=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4242 is #35BDBD. Grayscale: #6A6A6A. Windows color (decimal): -3521982 or 4342474. OLE color: 4342474.
HSL color Cylindrical-coordinate representation of color #CA4242: hue angle of 0º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4242 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 66 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.21 |
| HSL | 0º | 0.56% | 0.53% | - |
| HSV(B) | 0º | 0.67% | 0.79% | - |
| XYZ | 27.29 | 16.85 | 6.97 | - |
| YUV | 106.66 | 105.06 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 66 | 0 | 0.67 | 0.67 | 0.21 | 0 | 0.56 | 0.53 |
| Hex | CA | 42 | 42 | 0 | 43 | 43 | 15 | 0 | 38 | 35 |
| Octal | 312 | 102 | 102 | 0 | 103 | 103 | 25 | 0 | 70 | 65 |
| Binary | 11001010 | 1000010 | 1000010 | 0 | 1000011 | 1000011 | 10101 | 0 | 111000 | 110101 |
Color Harmonies of #CA4242
Complementary color
Monochromatic Colors of #CA4242
Black with #CA4242
Text Example
Text Example
White with #CA4242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4242; }
p { color: rgb(202,66,66); }
H1.HeaderClassName
{
color: #CA4242;
}
.AnyTagClassName
{
color: #CA4242;
}
</style>
background-color css
<style>
a { background-color: #CA4242; }
a { background-color: rgb(202,66,66); }
div.DivClassName
{
background-color: #CA4242;
}
.BgClassName
{
background-color: #CA4242;
}
</style>
border-color css
<style>
span { border-color: #CA4242; }
span { border-color: rgb(202,66,66); }
td.TdClassName
{
border-color: #CA4242;
}
.TagClassName
{
border-color: #CA4242;
}
</style>