#C2573F

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

Shades of Flame Pea #C2573F

Tints of Flame Pea #C2573F

Color information

#C2573F (or 0xC2573F) is unknown color: approx Flame Pea. HEX triplet: C2, 57 and 3F. RGB value is (194,87,63). Sum of RGB (Red+Green+Blue) = 194+87+63=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C2573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2573F is #3DA8C0. Grayscale: #747474. Windows color (decimal): -4040897 or 4151234. OLE color: 4151234.

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

Color convert

RGB1948763-
CMYK00.550.680.24
HSL10.99º51.78%50.39%-
HSV(B)10.99º67.53%76.08%-
XYZ26.5518.646.9-
YUV116.2697.95183.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.40%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 63 (25% from 255) = 18.31%
R=56.40%
G=25.29%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194876300.550.680.2410.9951.7850.39
HexC2573F0374418b3432
Octal3021277706710430136462
Binary11000010101011111111101101111000100110001011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2573F; }

 p { color: rgb(194,87,63); }

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

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

 a { background-color: rgb(194,87,63); }

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

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

 span { border-color: rgb(194,87,63); }

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