#C35441

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

Shades of Flame Pea #C35441

Tints of Flame Pea #C35441

Color information

#C35441 (or 0xC35441) is unknown color: approx Flame Pea. HEX triplet: C3, 54 and 41. RGB value is (195,84,65). Sum of RGB (Red+Green+Blue) = 195+84+65=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C35441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35441 is #3CABBE. Grayscale: #737373. Windows color (decimal): -3976127 or 4281539. OLE color: 4281539.

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

Color convert

RGB1958465-
CMYK00.570.670.24
HSL8.77º52%50.98%-
HSV(B)8.77º66.67%76.47%-
XYZ26.6318.327.13-
YUV115.0299.77185.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.69%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=56.69%
G=24.42%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195846500.570.670.248.775250.98
HexC35441039431893433
Octal30312410107110330116463
Binary110000111010100100000101110011000011110001001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35441; }

 p { color: rgb(195,84,65); }

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

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

 a { background-color: rgb(195,84,65); }

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

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

 span { border-color: rgb(195,84,65); }

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