#c84242

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

Shades of Sunset #C84242

Tints of Sunset #C84242

Color information

#C84242 (or 0xC84242) is unknown color: approx Sunset. HEX triplet: C8, 42 and 42. RGB value is (200,66,66). Sum of RGB (Red+Green+Blue) = 200+66+66=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C84242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84242 is #37BDBD. Grayscale: #6A6A6A. Windows color (decimal): -3653054 or 4342472. OLE color: 4342472.

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

Color convert

RGB2006666-
CMYK00.670.670.22
HSL54.92%52.16%-
HSV(B)67%78.43%-
XYZ26.7516.576.94-
YUV106.07105.39195-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.24%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=60.24%
G=19.88%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200666600.670.670.22054.9252.16
HexC84242043431603734
Octal31010210201031032606764
Binary1100100010000101000010010000111000011101100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c84242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c84242; }

 p { color: rgb(200,66,66); }

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

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

 a { background-color: rgb(200,66,66); }

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

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

 span { border-color: rgb(200,66,66); }

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