#C14038

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

Shades of Grenadier #C14038

Tints of Grenadier #C14038

Color information

#C14038 (or 0xC14038) is unknown color: approx Grenadier. HEX triplet: C1, 40 and 38. RGB value is (193,64,56). Sum of RGB (Red+Green+Blue) = 193+64+56=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C14038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14038 is #3EBFC7. Grayscale: #656565. Windows color (decimal): -4112328 or 3686593. OLE color: 3686593.

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

Color convert

RGB1936456-
CMYK00.670.710.24
HSL3.5º55.02%48.82%-
HSV(B)3.5º70.98%75.69%-
XYZ24.5415.295.4-
YUV101.66102.24193.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.66%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=61.66%
G=20.45%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193645600.670.710.243.555.0248.82
HexC14038043471843731
Octal3011007001031073046761
Binary11000001100000011100001000011100011111000100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14038; }

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

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

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

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

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

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

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

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