Html Css Color HEX #C14738 Grenadier

📋 copy color: '#C14738'

red 193 ◦ green 71 ◦ blue 56

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

Shades of Grenadier #C14738

Tints of Grenadier #C14738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.19%

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 60.31%
G = 22.19%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C14738 (or 0xC14738) is known color: Grenadier. HEX triplet: C1, 47 and 38. RGB value is (193,71,56). Sum of RGB (Red+Green+Blue) = 193+71+56=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C14738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14738 is #3EB8C7. Grayscale: #696969. Windows color (decimal): -4110536 or 3688385. OLE color: 3688385.

HSL color Cylindrical-coordinate representation of color #C14738: hue angle of 6.57º 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 #C14738 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 71 56 -
CMYK 0 0.63 0.71 0.24
HSL 6.57º 0.55% 0.49% -
HSV(B) 6.57º 0.71% 0.76% -
XYZ 24.96 16.13 5.54 -
YUV 105.77 99.92 190.22 -
System Red Green Blue C M Y K H S L
Decimal 193 71 56 0 0.63 0.71 0.24 6.57 0.55 0.49
Hex C1 47 38 0 3F 47 18 7 37 31
Octal 301 107 70 0 77 107 30 7 67 61
Binary 11000001 1000111 111000 0 111111 1000111 11000 111 110111 110001

Color Harmonies of #C14738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14738

Black with #C14738

Text Example


Text Example

White with #C14738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14738; }

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

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

background-color css

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

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

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

border-color css

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

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

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