#C1402D

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

Shades of Grenadier #C1402D

Tints of Grenadier #C1402D

Color information

#C1402D (or 0xC1402D) is unknown color: approx Grenadier. HEX triplet: C1, 40 and 2D. RGB value is (193,64,45). Sum of RGB (Red+Green+Blue) = 193+64+45=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C1402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1402D is #3EBFD2. Grayscale: #646464. Windows color (decimal): -4112339 or 2965697. OLE color: 2965697.

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

Color convert

RGB1936445-
CMYK00.670.770.24
HSL7.7º62.18%46.67%-
HSV(B)7.7º76.68%75.69%-
XYZ24.315.194.13-
YUV100.496.74194.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.91%
GREEN value IS 64 (25.39% from 255) = 21.19%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=63.91%
G=21.19%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193644500.670.770.247.762.1846.67
HexC1402D0434D1883e2f
Octal30110055010311530107657
Binary110000011000000101101010000111001101110001000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1402D; }

 p { color: rgb(193,64,45); }

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

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

 a { background-color: rgb(193,64,45); }

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

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

 span { border-color: rgb(193,64,45); }

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