Html Css Color HEX #C14D3E Grenadier

📋 copy color: '#C14D3E'

red 193 ◦ green 77 ◦ blue 62

#C14D3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #C14D3E

Tints of Grenadier #C14D3E

RGB

 RED value IS 193 (75.78% from 255) = 58.13%

 GREEN value IS 77 (30.47% from 255) = 23.19%

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 58.13%
G = 23.19%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C14D3E (or 0xC14D3E) is known color: Grenadier. HEX triplet: C1, 4D and 3E. RGB value is (193,77,62). Sum of RGB (Red+Green+Blue) = 193+77+62=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14D3E is #3EB2C1. Grayscale: #6E6E6E. Windows color (decimal): -4108994 or 4083137. OLE color: 4083137.

HSL color Cylindrical-coordinate representation of color #C14D3E: hue angle of 6.87º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14D3E is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 77 62 -
CMYK 0 0.60 0.68 0.24
HSL 6.87º 0.51% 0.5% -
HSV(B) 6.87º 0.68% 0.76% -
XYZ 25.52 16.99 6.49 -
YUV 109.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 193 77 62 0 0.60 0.68 0.24 6.87 0.51 0.5
Hex C1 4D 3E 0 3C 44 18 7 33 32
Octal 301 115 76 0 74 104 30 7 63 62
Binary 11000001 1001101 111110 0 111100 1000100 11000 111 110011 110010

Color Harmonies of #C14D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D3E

Black with #C14D3E

Text Example


Text Example

White with #C14D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D3E; }

 p { color: rgb(193,77,62); }

 H1.HeaderClassName
 {
   color: #C14D3E;
 }
 .AnyTagClassName
 {
   color: #C14D3E;
 }
</style>

background-color css

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

 a { background-color: rgb(193,77,62); }

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

border-color css

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

 span { border-color: rgb(193,77,62); }

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