#C2583F

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

Shades of Flame Pea #C2583F

Tints of Flame Pea #C2583F

Color information

#C2583F (or 0xC2583F) is unknown color: approx Flame Pea. HEX triplet: C2, 58 and 3F. RGB value is (194,88,63). Sum of RGB (Red+Green+Blue) = 194+88+63=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2583F is #3DA7C0. Grayscale: #757575. Windows color (decimal): -4040641 or 4151490. OLE color: 4151490.

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

Color convert

RGB1948863-
CMYK00.550.680.24
HSL11.45º51.78%50.39%-
HSV(B)11.45º67.53%76.08%-
XYZ26.6418.816.93-
YUV116.8497.62183.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 63 (25% from 255) = 18.26%
R=56.23%
G=25.51%
B=18.26%

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
Decimal194886300.550.680.2411.4551.7850.39
HexC2583F0374418b3432
Octal3021307706710430136462
Binary11000010101100011111101101111000100110001011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2583F; }

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

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

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

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

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

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

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

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