#C35E4E

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

Shades of Flame Pea #C35E4E

Tints of Flame Pea #C35E4E

Color information

#C35E4E (or 0xC35E4E) is unknown color: approx Flame Pea. HEX triplet: C3, 5E and 4E. RGB value is (195,94,78). Sum of RGB (Red+Green+Blue) = 195+94+78=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35E4E is #3CA1B1. Grayscale: #7A7A7A. Windows color (decimal): -3973554 or 5136067. OLE color: 5136067.

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

Color convert

RGB1959478-
CMYK00.520.60.24
HSL8.21º49.37%53.53%-
HSV(B)8.21º60%76.47%-
XYZ27.8820.169.63-
YUV122.38102.96179.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.13%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=53.13%
G=25.61%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195947800.520.60.248.2149.3753.53
HexC35E4E0343C1883136
Octal3031361160647430106166
Binary11000011101111010011100110100111100110001000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35E4E; }

 p { color: rgb(195,94,78); }

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

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

 a { background-color: rgb(195,94,78); }

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

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

 span { border-color: rgb(195,94,78); }

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