#C25F53

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

Shades of Sunglo #C25F53

Tints of Sunglo #C25F53

Color information

#C25F53 (or 0xC25F53) is unknown color: approx Sunglo. HEX triplet: C2, 5F and 53. RGB value is (194,95,83). Sum of RGB (Red+Green+Blue) = 194+95+83=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F53 is #3DA0AC. Grayscale: #7B7B7B. Windows color (decimal): -4038829 or 5464002. OLE color: 5464002.

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

Color convert

RGB1949583-
CMYK00.510.570.24
HSL6.49º47.64%54.31%-
HSV(B)6.49º57.22%76.08%-
XYZ27.920.2810.63-
YUV123.23105.3178.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=52.15%
G=25.54%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194958300.510.570.246.4947.6454.31
HexC25F53033391863036
Octal302137123063713066066
Binary1100001010111111010011011001111100111000110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F53; }

 p { color: rgb(194,95,83); }

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

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

 a { background-color: rgb(194,95,83); }

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

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

 span { border-color: rgb(194,95,83); }

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