Html Css Color HEX #C14E3C Grenadier

📋 copy color: '#C14E3C'

red 193 ◦ green 78 ◦ blue 60

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

Shades of Grenadier #C14E3C

Tints of Grenadier #C14E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.56%

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 58.31%
G = 23.56%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C14E3C (or 0xC14E3C) is known color: Grenadier. HEX triplet: C1, 4E and 3C. RGB value is (193,78,60). Sum of RGB (Red+Green+Blue) = 193+78+60=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14E3C is #3EB1C3. Grayscale: #6E6E6E. Windows color (decimal): -4108740 or 3952321. OLE color: 3952321.

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

Color convert

RGB 193 78 60 -
CMYK 0 0.60 0.69 0.24
HSL 8.12º 0.53% 0.5% -
HSV(B) 8.12º 0.69% 0.76% -
XYZ 25.53 17.11 6.23 -
YUV 110.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 193 78 60 0 0.60 0.69 0.24 8.12 0.53 0.5
Hex C1 4E 3C 0 3C 45 18 8 35 32
Octal 301 116 74 0 74 105 30 10 65 62
Binary 11000001 1001110 111100 0 111100 1000101 11000 1000 110101 110010

Color Harmonies of #C14E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14E3C

Black with #C14E3C

Text Example


Text Example

White with #C14E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14E3C; }

 p { color: rgb(193,78,60); }

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

background-color css

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

 a { background-color: rgb(193,78,60); }

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

border-color css

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

 span { border-color: rgb(193,78,60); }

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