#CA4B41

Color #CA4B41 Sunset (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset #CA4B41

Tints of Sunset #CA4B41

Color information

#CA4B41 (or 0xCA4B41) is unknown color: approx Sunset. HEX triplet: CA, 4B and 41. RGB value is (202,75,65). Sum of RGB (Red+Green+Blue) = 202+75+65=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4B41 is #35B4BE. Grayscale: #707070. Windows color (decimal): -3519679 or 4279242. OLE color: 4279242.

HSL color Cylindrical-coordinate representation of color #CA4B41: hue angle of 4.38º 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 #CA4B41 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB2027565-
CMYK00.630.680.21
HSL4.38º56.38%52.35%-
HSV(B)4.38º67.82%79.22%-
XYZ27.8317.977-
YUV111.83101.58192.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 59.06%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=59.06%
G=21.93%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202756500.630.680.214.3856.3852.35
HexCA4B4103F441543834
Octal3121131010771042547064
Binary11001010100101110000010111111100010010101100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B41; }

 p { color: rgb(202,75,65); }

 H1.HeaderClassName
 {
   color: #CA4B41;
 }
 .AnyTagClassName
 {
   color: #CA4B41;
 }
</style>
background-color css

<style>
 a { background-color: #CA4B41; }

 a { background-color: rgb(202,75,65); }

 div.DivClassName
 {
   background-color: #CA4B41;
 }
 .BgClassName
 {
   background-color: #CA4B41;
 }
</style>
border-color css

<style>
 span { border-color: #CA4B41; }

 span { border-color: rgb(202,75,65); }

 td.TdClassName
 {
   border-color: #CA4B41;
 }
 .TagClassName
 {
   border-color: #CA4B41;
 }
</style>