#C44E3D

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

Shades of Grenadier #C44E3D

Tints of Grenadier #C44E3D

Color information

#C44E3D (or 0xC44E3D) is unknown color: approx Grenadier. HEX triplet: C4, 4E and 3D. RGB value is (196,78,61). Sum of RGB (Red+Green+Blue) = 196+78+61=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44E3D is #3BB1C2. Grayscale: #6F6F6F. Windows color (decimal): -3912131 or 4017860. OLE color: 4017860.

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

Color convert

RGB1967861-
CMYK00.600.690.23
HSL7.56º53.36%50.39%-
HSV(B)7.56º68.88%76.86%-
XYZ26.3317.526.41-
YUV111.3499.59188.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.51%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=58.51%
G=23.28%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196786100.600.690.237.5653.3650.39
HexC44E3D03C451783532
Octal3041167507410527106562
Binary11000100100111011110101111001000101101111000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44E3D; }

 p { color: rgb(196,78,61); }

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

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

 a { background-color: rgb(196,78,61); }

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

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

 span { border-color: rgb(196,78,61); }

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