#C5614B

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

Shades of Flame Pea #C5614B

Tints of Flame Pea #C5614B

Color information

#C5614B (or 0xC5614B) is unknown color: approx Flame Pea. HEX triplet: C5, 61 and 4B. RGB value is (197,97,75). Sum of RGB (Red+Green+Blue) = 197+97+75=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5614B is #3A9EB4. Grayscale: #7C7C7C. Windows color (decimal): -3841717 or 4940229. OLE color: 4940229.

HSL color Cylindrical-coordinate representation of color #C5614B: hue angle of 10.82º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5614B is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1979775-
CMYK00.510.620.23
HSL10.82º51.26%53.33%-
HSV(B)10.82º61.93%77.25%-
XYZ28.5720.939.19-
YUV124.39100.13179.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.39%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=53.39%
G=26.29%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197977500.510.620.2310.8251.2653.33
HexC5614B0333E17b3335
Octal3051411130637627136365
Binary11000101110000110010110110011111110101111011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5614B; }

 p { color: rgb(197,97,75); }

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

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

 a { background-color: rgb(197,97,75); }

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

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

 span { border-color: rgb(197,97,75); }

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