#C14B35

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

Shades of Grenadier #C14B35

Tints of Grenadier #C14B35

Color information

#C14B35 (or 0xC14B35) is unknown color: approx Grenadier. HEX triplet: C1, 4B and 35. RGB value is (193,75,53). Sum of RGB (Red+Green+Blue) = 193+75+53=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14B35 is #3EB4CA. Grayscale: #6B6B6B. Windows color (decimal): -4109515 or 3492801. OLE color: 3492801.

HSL color Cylindrical-coordinate representation of color #C14B35: hue angle of 9.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C14B35 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1937553-
CMYK00.610.730.24
HSL9.43º56.91%48.24%-
HSV(B)9.43º72.54%75.69%-
XYZ25.1516.635.25-
YUV107.7797.09188.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.12%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=60.12%
G=23.36%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193755300.610.730.249.4356.9148.24
HexC14B3503D491893930
Octal3011136507511130117160
Binary11000001100101111010101111011001001110001001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B35; }

 p { color: rgb(193,75,53); }

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

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

 a { background-color: rgb(193,75,53); }

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

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

 span { border-color: rgb(193,75,53); }

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