#C55D4B

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

Shades of Flame Pea #C55D4B

Tints of Flame Pea #C55D4B

Color information

#C55D4B (or 0xC55D4B) is unknown color: approx Flame Pea. HEX triplet: C5, 5D and 4B. RGB value is (197,93,75). Sum of RGB (Red+Green+Blue) = 197+93+75=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D4B is #3AA2B4. Grayscale: #7A7A7A. Windows color (decimal): -3842741 or 4939205. OLE color: 4939205.

HSL color Cylindrical-coordinate representation of color #C55D4B: hue angle of 8.85º 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 #C55D4B is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1979375-
CMYK00.530.620.23
HSL8.85º51.26%53.33%-
HSV(B)8.85º61.93%77.25%-
XYZ28.2120.219.07-
YUV122.04101.46181.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.97%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=53.97%
G=25.48%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197937500.530.620.238.8551.2653.33
HexC55D4B0353E1793335
Octal3051351130657627116365
Binary11000101101110110010110110101111110101111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55D4B; }

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

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

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

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

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

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

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

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