#C34B41

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

Shades of Sunset #C34B41

Tints of Sunset #C34B41

Color information

#C34B41 (or 0xC34B41) is unknown color: approx Sunset. HEX triplet: C3, 4B and 41. RGB value is (195,75,65). Sum of RGB (Red+Green+Blue) = 195+75+65=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B41 is #3CB4BE. Grayscale: #6D6D6D. Windows color (decimal): -3978431 or 4279235. OLE color: 4279235.

HSL color Cylindrical-coordinate representation of color #C34B41: hue angle of 4.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34B41 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1957565-
CMYK00.620.670.24
HSL4.62º52%50.98%-
HSV(B)4.62º66.67%76.47%-
XYZ25.9817.026.92-
YUV109.74102.76188.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.21%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 65 (25.78% from 255) = 19.40%
R=58.21%
G=22.39%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195756500.620.670.244.625250.98
HexC34B4103E431853433
Octal3031131010761033056463
Binary11000011100101110000010111110100001111000101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B41; }

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

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

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

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

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

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

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

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