#C2403B

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

Shades of Grenadier #C2403B

Tints of Grenadier #C2403B

Color information

#C2403B (or 0xC2403B) is unknown color: approx Grenadier. HEX triplet: C2, 40 and 3B. RGB value is (194,64,59). Sum of RGB (Red+Green+Blue) = 194+64+59=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C2403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2403B is #3DBFC4. Grayscale: #666666. Windows color (decimal): -4046789 or 3883202. OLE color: 3883202.

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

Color convert

RGB1946459-
CMYK00.670.700.24
HSL2.22º53.36%49.61%-
HSV(B)2.22º69.59%76.08%-
XYZ24.8715.455.81-
YUV102.3103.57193.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.20%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 59 (23.44% from 255) = 18.61%
R=61.20%
G=20.19%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194645900.670.700.242.2253.3649.61
HexC2403B043461823532
Octal3021007301031063026562
Binary1100001010000001110110100001110001101100010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2403B; }

 p { color: rgb(194,64,59); }

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

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

 a { background-color: rgb(194,64,59); }

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

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

 span { border-color: rgb(194,64,59); }

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