#C1402E

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

Shades of Grenadier #C1402E

Tints of Grenadier #C1402E

Color information

#C1402E (or 0xC1402E) is unknown color: approx Grenadier. HEX triplet: C1, 40 and 2E. RGB value is (193,64,46). Sum of RGB (Red+Green+Blue) = 193+64+46=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1402E is #3EBFD1. Grayscale: #646464. Windows color (decimal): -4112338 or 3031233. OLE color: 3031233.

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

Color convert

RGB1936446-
CMYK00.670.760.24
HSL7.35º61.51%46.86%-
HSV(B)7.35º76.17%75.69%-
XYZ24.3215.24.24-
YUV100.5297.24193.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.70%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 46 (18.36% from 255) = 15.18%
R=63.70%
G=21.12%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193644600.670.760.247.3561.5146.86
HexC1402E0434C1873e2f
Octal3011005601031143077657
Binary11000001100000010111001000011100110011000111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1402E; }

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

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

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

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

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

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

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

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